Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserApplicationService ¶
type UserApplicationService interface {
Info(ctx context.Context, id uint64) (*response.UserResponse, error)
UserList(ctx context.Context, query query.UserListQuery) (*response.UserListResponse, error)
CreateUser(ctx context.Context, cmd *command.UserCreateCommand) (*response.UserResponse, error)
}
UserApplicationService 用户应用服务
func NewUserApplicationService ¶
func NewUserApplicationService(userDomainService service.UserDomainService) UserApplicationService
Click to show internal directories.
Click to hide internal directories.