Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{
Use: "agent",
Short: "Utilities for New Relic Agents",
Long: `Utilities for New Relic Agents`,
}
Command represents the agent command
Functions ¶
This section is empty.
Types ¶
type ObfuscationResult ¶
type ObfuscationResult struct {
ObfuscatedValue string `json:"obfuscatedValue"`
}
ObfuscationResult represents the result of an obfuscation request
Click to show internal directories.
Click to hide internal directories.