Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountServer ¶
type AccountServer struct {
// contains filtered or unexported fields
}
func NewAccountServer ¶
func NewAccountServer() *AccountServer
func (*AccountServer) GetInfoByAccountId ¶
func (a *AccountServer) GetInfoByAccountId(ctx context.Context, r *account.GetInfoByIdRequest) (*account.AccountInfo, error)
获取账号信息
func (*AccountServer) Register ¶
func (a *AccountServer) Register(ctx context.Context, r *account.RegisterRequest) (*account.RegisterResponse, error)
注册
Click to show internal directories.
Click to hide internal directories.