Documentation ¶ Index ¶ type Service func NewService(r domain.ReadOperationRepository) *Service func (s *Service) FindByNumber(ctx context.Context, number string, limit uint64, order string) ([]domain.Operation, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(r domain.ReadOperationRepository) *Service func (*Service) FindByNumber ¶ func (s *Service) FindByNumber(ctx context.Context, number string, limit uint64, order string) ([]domain.Operation, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.