Documentation ¶
Index ¶
- type Store
- func (s *Store) Create(ctx context.Context, m media.Media) (media.Media, error)
- func (s *Store) CreateMultiple(ctx context.Context, mediaList []media.Media) ([]media.Media, error)
- func (s *Store) Delete(ctx context.Context, m media.Media) error
- func (s *Store) DeleteByID(ctx context.Context, mediaID string) error
- func (s *Store) QueryByID(ctx context.Context, mediaID string) (media.Media, error)
- func (s *Store) QueryByIDs(ctx context.Context, mediaIDs []string) ([]media.Media, error)
- func (s *Store) Update(ctx context.Context, m media.Media) (media.Media, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateMultiple ¶
func (*Store) QueryByIDs ¶
Click to show internal directories.
Click to hide internal directories.