service

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2025 License: MIT Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL