Documentation ¶
Index ¶
- Variables
- type Service
- func (s *Service) EventHandlers()
- func (s *Service) Get(ctx context.Context, hash string) (*domain.LinkView, error)
- func (s *Service) List(ctx context.Context, filter *v1.FilterLink) (*domain.LinksView, error)
- func (s *Service) Notify(ctx context.Context, event uint32, payload any) notify.Response[any]
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCreateLink = fmt.Errorf("error create a new link") ErrNotFound = fmt.Errorf("error not found link") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.