Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAccountCmd ¶
type GetAccountCmd struct{}
type GetConnectionCmd ¶
type GetConnectionCmd struct {
ID string `arg:"" required:"" help:"connection id"`
}
type GetProviderCmd ¶
type GetProviderCmd struct {
ID string `arg:"" required:"" help:"provider id"`
}
type ListConnectionsCmd ¶
type ListConnectionsCmd struct {
Kind string `help:"provider kind"`
}
type ListPolicyReferencesCmd ¶
type ListPolicyReferencesCmd struct{}
type ListProviderKindsCmd ¶
type ListProviderKindsCmd struct{}
type ListProvidersCmd ¶
type ListProvidersCmd struct {
Kind string `help:"provider kind"`
}
type VerifyConnectionCmd ¶
type VerifyConnectionCmd struct {
ID string `arg:"" required:"" help:"connection id"`
}
Click to show internal directories.
Click to hide internal directories.