internal/app/service/read_service.go
Method AnnotationService.GetAnnotation
has 5 return statements (exceeds 4 allowed). Open
Open
func (srv *AnnotationService) GetAnnotation(
ctx context.Context,
req *annotation.AnnotationId,
) (*annotation.TaggedAnnotation, error) {
tna, err := srv.initializeTaggedAnnotation(ctx, req)
- Create a ticketCreate a ticket
Method AnnotationService.ListAnnotationGroups
has 5 return statements (exceeds 4 allowed). Open
Open
func (srv *AnnotationService) ListAnnotationGroups(
ctx context.Context, rgp *annotation.ListGroupParameters,
) (*annotation.TaggedAnnotationGroupCollection, error) {
gac := &annotation.TaggedAnnotationGroupCollection{}
// default value of limit
- Create a ticketCreate a ticket
Method AnnotationService.ListAnnotations
has 5 return statements (exceeds 4 allowed). Open
Open
func (srv *AnnotationService) ListAnnotations(
ctx context.Context, ral *annotation.ListParameters,
) (*annotation.TaggedAnnotationCollection, error) {
tac := &annotation.TaggedAnnotationCollection{}
// default value of limit
- Create a ticketCreate a ticket