Documentation ¶
Index ¶
- type Store
- func (s Store) Add(ctx context.Context, in *domain.Link) (*domain.Link, error)
- func (s Store) Delete(ctx context.Context, id string) error
- func (s Store) Get(ctx context.Context, id uuid2.UUID) (*domain.Link, error)
- func (s Store) List(ctx context.Context, filter *query.Filter) (*domain.Links, error)
- func (s Store) Update(ctx context.Context, in *domain.Link) (*domain.Link, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.