Documentation ¶
Index ¶
- type Storage
- func (m Storage) Close() error
- func (m Storage) Create(ctx context.Context, v entity.User) error
- func (m Storage) Delete(ctx context.Context, id string) error
- func (m Storage) Get(ctx context.Context, filter filter.Filter) (entity.User, error)
- func (m Storage) GetMultiple(ctx context.Context, offset, limit string, filter filter.Filter) ([]entity.User, error)
- func (m Storage) Update(ctx context.Context, v entity.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
func NewStorage ¶
func NewStorage() Storage
func (Storage) GetMultiple ¶
Click to show internal directories.
Click to hide internal directories.