Documentation ¶
Index ¶
- func Apply(server server.Server, ctn *registry.Container)
- type Account
- func (*Account) Info(ctx context.Context, req *account.Request, rsp *account.InfoResponse) error
- func (a *Account) Login(ctx context.Context, req *account.LoginRequest, rsp *account.LoginResponse) error
- func (*Account) Logout(ctx context.Context, req *account.Request, rsp *account.LogoutResponse) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct {
// contains filtered or unexported fields
}
func NewAccountService ¶
func NewAccountService(userUsecase usecase.UserUsecase) *Account
func (*Account) Info ¶
Call is a single request handler called via client.Call or the generated client code
func (*Account) Login ¶
func (a *Account) Login(ctx context.Context, req *account.LoginRequest, rsp *account.LoginResponse) error
Call is a single request handler called via client.Call or the generated client code
Click to show internal directories.
Click to hide internal directories.