Documentation ¶
Index ¶
Constants ¶
View Source
const CachePrefix = "metadata"
CachePrefix is the common root to use to prefix all the cache keys for any metadata value
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct { APIKey string `json:"apiKey"` AgentVersion string `json:"agentVersion"` UUID string `json:"uuid"` InternalHostname string `json:"internalHostname"` }
Payload handles the JSON unmarshalling of the metadata payload
func GetPayload ¶
GetPayload fills and return the common metadata payload
Click to show internal directories.
Click to hide internal directories.