Documentation ¶
Index ¶
- type Store
- func (s *Store) FindAll(ctx context.Context, tx gadb.DBTX, userID string, ...) ([]assignment.Target, error)
- func (s *Store) Set(ctx context.Context, tx gadb.DBTX, userID string, tgt assignment.Target) error
- func (s *Store) Unset(ctx context.Context, tx gadb.DBTX, userID string, tgt assignment.Target) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct{}
Store allows the lookup and management of Favorites.
func (*Store) FindAll ¶
func (s *Store) FindAll(ctx context.Context, tx gadb.DBTX, userID string, filter []assignment.TargetType) ([]assignment.Target, error)
Click to show internal directories.
Click to hide internal directories.