account_access_key

package
v1.4.2-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Root = kit.NewRouter(httptransport.Group("/account_access_key"))
)

Functions

This section is empty.

Types

type CreateAccountAccessKey

type CreateAccountAccessKey struct {
	httpx.MethodPost
	access_key.CreateAccountAccessKeyReq `in:"body"`
}

CreateAccountAccessKey create account access key

func (*CreateAccountAccessKey) Output

func (r *CreateAccountAccessKey) Output(ctx context.Context) (interface{}, error)

type DeleteAccountAccessKeyByName

type DeleteAccountAccessKeyByName struct {
	httpx.MethodDelete
	Name string `in:"path" name:"name"`
}

DeleteAccountAccessKeyByName delete access key by name under current account

func (*DeleteAccountAccessKeyByName) Output

func (r *DeleteAccountAccessKeyByName) Output(ctx context.Context) (interface{}, error)

func (*DeleteAccountAccessKeyByName) Path

type ListAccountAccessKey

type ListAccountAccessKey struct {
	httpx.MethodGet
	access_key.ListReq
}

ListAccountAccessKey get api access key list under current account

func (*ListAccountAccessKey) Output

func (r *ListAccountAccessKey) Output(ctx context.Context) (interface{}, error)

func (*ListAccountAccessKey) Path

func (r *ListAccountAccessKey) Path() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL