Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CG identifies CloudGovernance client. CG = "CloudGovernance" // None identifies a dummy client. None = "None" )
Variables ¶
View Source
var ( // ErrInvalidClientImpl indicates that the client implementation specified is not valid. ErrInvalidClientImpl = errors.New("invalid client implementation") // ErrInvalidClientConfig indicates that the given configuration is not valid for the specified client. ErrInvalidClientConfig = errors.New("invalid client configuration") )
Functions ¶
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package none provides a dummy implementation of the AWS catalogue client interface.
|
Package none provides a dummy implementation of the AWS catalogue client interface. |
Click to show internal directories.
Click to hide internal directories.