Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = kit.NewRouter(httptransport.Group("/account"))
Functions ¶
This section is empty.
Types ¶
type CreateAccount ¶
type CreateAccount struct {
httpx.MethodPost
account.CreateAccountByUsernameReq `in:"body"`
}
type UpdatePasswordByAccountID ¶
type UpdatePasswordByAccountID struct {
httpx.MethodPut
AccountID types.SFID `in:"path" name:"accountID"`
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.