tenant

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAccountCmd

type GetAccountCmd struct{}

func (GetAccountCmd) Run

func (cmd GetAccountCmd) Run(c *cc.CommonCtx) error

type GetConnectionCmd

type GetConnectionCmd struct {
	ID string `arg:"" required:"" help:"connection id"`
}

func (GetConnectionCmd) Run

func (cmd GetConnectionCmd) Run(c *cc.CommonCtx) error

type GetProviderCmd

type GetProviderCmd struct {
	ID string `arg:"" required:"" help:"provider id"`
}

func (GetProviderCmd) Run

func (cmd GetProviderCmd) Run(c *cc.CommonCtx) error

type ListConnectionsCmd

type ListConnectionsCmd struct {
	Kind string `help:"provider kind"`
}

func (ListConnectionsCmd) Run

func (cmd ListConnectionsCmd) Run(c *cc.CommonCtx) error

type ListPolicyReferencesCmd

type ListPolicyReferencesCmd struct{}

func (ListPolicyReferencesCmd) Run

type ListProviderKindsCmd

type ListProviderKindsCmd struct{}

func (ListProviderKindsCmd) Run

func (cmd ListProviderKindsCmd) Run(c *cc.CommonCtx) error

type ListProvidersCmd

type ListProvidersCmd struct {
	Kind string `help:"provider kind"`
}

func (ListProvidersCmd) Run

func (cmd ListProvidersCmd) Run(c *cc.CommonCtx) error

type VerifyConnectionCmd

type VerifyConnectionCmd struct {
	ID string `arg:"" required:"" help:"connection id"`
}

func (VerifyConnectionCmd) Run

func (cmd VerifyConnectionCmd) Run(c *cc.CommonCtx) error

Jump to

Keyboard shortcuts

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