Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUserService)
Functions ¶
This section is empty.
Types ¶
type UserDTOList ¶
type UserSrv ¶
type UserSrv interface { List(ctx context.Context, orderBy []string, opts metav1.ListMeta) (*UserDTOList, error) Create(ctx context.Context, user *UserDTO) error Update(ctx context.Context, user *UserDTO) error GetByID(ctx context.Context, id uint64) (*UserDTO, error) GetByMobile(ctx context.Context, mobile string) (*UserDTO, error) }
func NewUserService ¶
Click to show internal directories.
Click to hide internal directories.