account_access_key

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 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 GetAccessKeyByName added in v1.4.6

type GetAccessKeyByName struct {
	httpx.MethodGet
	Name string `in:"path" name:"name"`
}

func (*GetAccessKeyByName) Output added in v1.4.6

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

func (*GetAccessKeyByName) Path added in v1.4.6

func (r *GetAccessKeyByName) Path() string

type ListAccessGroupMetas added in v1.4.6

type ListAccessGroupMetas struct {
	httpx.MethodGet `summary:"List operator group metas"`
}

func (*ListAccessGroupMetas) Output added in v1.4.6

func (r *ListAccessGroupMetas) Output(_ context.Context) (interface{}, error)

func (*ListAccessGroupMetas) Path added in v1.4.6

func (r *ListAccessGroupMetas) Path() string

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

type UpdateAccountAccessKeyByName added in v1.4.6

type UpdateAccountAccessKeyByName struct {
	httpx.MethodPut `summary:"Update current account access key by name"`

	Name                 string `in:"path" name:"name"`
	access_key.UpdateReq `in:"body"`
}

func (*UpdateAccountAccessKeyByName) Output added in v1.4.6

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

func (*UpdateAccountAccessKeyByName) Path added in v1.4.6

Jump to

Keyboard shortcuts

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