Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SDKName = "ksc-sdk-go"
SDKName is the name of this KSC SDK
View Source
var SDKVersion = "0.1.48"
SDKVersion is the version of this SDK
View Source
var SDKVersionUserAgentHandler = request.NamedHandler{ Name: "Ksc.SDKVersionUserAgentHandler", Fn: request.MakeAddToUserAgentHandler(SDKName, SDKVersion, runtime.Version(), runtime.GOOS, runtime.GOARCH), }
SDKVersionUserAgentHandler is a named request handler for building ksc agent requests
Functions ¶
Types ¶
type Config ¶
type Config struct { Credentials *credentials.Credentials Region *string }
Click to show internal directories.
Click to hide internal directories.