Documentation
¶
Index ¶
- type Provider
- func (p *Provider) Create(ctx context.Context, req dto.UserCreateReq) (string, error)
- func (p *Provider) Delete(ctx context.Context, req dto.UserDeleteReq) error
- func (p *Provider) Get(ctx context.Context, req dto.UserGetReq) (*model.User, error)
- func (p *Provider) Update(ctx context.Context, req dto.UserUpdateReq) error
- type UserRepo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
type UserRepo ¶
type UserRepo interface {
serInterface.UserSaver
serInterface.UserIdGetter
serInterface.UserUpdater
serInterface.UserDeleter
}
Click to show internal directories.
Click to hide internal directories.