internal/app/service/write_service.go
Method AnnotationService.UpdateAnnotation
has 5 return statements (exceeds 4 allowed). Open
Open
func (s *AnnotationService) UpdateAnnotation(
ctx context.Context,
rta *annotation.TaggedAnnotationUpdate,
) (*annotation.TaggedAnnotation, error) {
tga := &annotation.TaggedAnnotation{}
- Create a ticketCreate a ticket