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