Documentation ¶
Index ¶
- type Storage
- func (x *Storage) Create(u *us.User) (id uuid.UUID, err error)
- func (x *Storage) Delete(id uuid.UUID) error
- func (x *Storage) GetList(limit, offset int64, filter string) ([]us.User, error)
- func (x *Storage) Read(id uuid.UUID) (*us.User, error)
- func (x *Storage) Update(id uuid.UUID, u *us.User, fields ...string) 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.