Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Root = kit.NewRouter(httptransport.Group("/access_key"))
)
Functions ¶
This section is empty.
Types ¶
type CreateAccountAccessKey ¶
type CreateAccountAccessKey struct { httpx.MethodPost account_access.CreateReq `in:"body"` }
type DeleteAccountAccessKeyByName ¶
type DeleteAccountAccessKeyByName struct { httpx.MethodDelete Name string `in:"path" name:"name"` }
func (*DeleteAccountAccessKeyByName) Output ¶
func (r *DeleteAccountAccessKeyByName) Output(ctx context.Context) (interface{}, error)
func (*DeleteAccountAccessKeyByName) Path ¶
func (r *DeleteAccountAccessKeyByName) Path() string
Click to show internal directories.
Click to hide internal directories.