Documentation ¶
Overview ¶
Package version provides the schema version of the SDK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SDKVersion ¶
type SDKVersion struct { // Version contains the version of the API, aka v1.2.3 . Version string }
SDKVersion describes the version information of the API.
var SDK SDKVersion = SDKVersion{
Version: "0.1.0",
}
SDK contains the version information of the SDK.
func (SDKVersion) AsARNFormat ¶
func (s SDKVersion) AsARNFormat() string
AsARNFormat returns the API version in a format that ARN understands.
func (SDKVersion) String ¶
func (s SDKVersion) String() string
Click to show internal directories.
Click to hide internal directories.