account_access

package
v1.4.0-rc1 Latest Latest
Warning

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

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

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"`
}

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"`
}

func (*DeleteAccountAccessKeyByName) Output

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

func (*DeleteAccountAccessKeyByName) Path

Jump to

Keyboard shortcuts

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