Arun Kumar K

Results 1 issues of Arun Kumar K

func (repo JourneyRepo) UpdateJourneyByID(c context.Context, journey models.Journey) (*models.Journey, error) { // API tracing enabling if span := tracing.TraceSpan(c, "journeyRepo.UpdateJourneyByID"); span != nil { defer span.End() } session := repo.GetScyllaDBConnection() //...