Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Root = kit.NewRouter(httptransport.Group("/account")) RegisterRoot = kit.NewRouter(httptransport.Group("/register")) )
Functions ¶
This section is empty.
Types ¶
type CreateAccountByUsernameAndPassword ¶ added in v1.1.0
type CreateAccountByUsernameAndPassword struct {
httpx.MethodPost
account.CreateAccountByUsernameReq `in:"body"`
}
func (*CreateAccountByUsernameAndPassword) Output ¶ added in v1.1.0
func (r *CreateAccountByUsernameAndPassword) Output(ctx context.Context) (interface{}, error)
func (*CreateAccountByUsernameAndPassword) Path ¶ added in v1.1.0
func (r *CreateAccountByUsernameAndPassword) Path() string
type GetOperatorAddr ¶ added in v1.1.0
func (*GetOperatorAddr) Output ¶ added in v1.1.0
func (r *GetOperatorAddr) Output(ctx context.Context) (interface{}, error)
func (*GetOperatorAddr) Path ¶ added in v1.1.0
func (r *GetOperatorAddr) Path() string
type UpdatePasswordByAccountID ¶
type UpdatePasswordByAccountID struct {
httpx.MethodPut
account.UpdatePasswordReq `in:"body"`
}
func (*UpdatePasswordByAccountID) Output ¶
func (r *UpdatePasswordByAccountID) Output(ctx context.Context) (interface{}, error)
func (*UpdatePasswordByAccountID) Path ¶
func (r *UpdatePasswordByAccountID) Path() string
Click to show internal directories.
Click to hide internal directories.