Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormatURL ¶
type FormatURL string
FormatURL is the meta-data service url as a format string to be replaced by version. Example: var u FormatURL = "http://169.254.169.254/metadata/%s/%s" fmt.Printf(u.Fill("latest", "hostname")) -> http://169.254.169.254/metadata/latest/hostname
Click to show internal directories.
Click to hide internal directories.