package
Version:
v0.1.13
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package secret contains the structure to receive and return secrets to the Datadog Agent
type Input struct {
Secrets []string `json:"secrets"`
Version string `json:"version"`
}
Input represents a secret to be resolved
type Output struct {
Value *string `json:"value"`
Error *string `json:"error"`
}
Output represents a resolved secret
Source Files
¶
Click to show internal directories.
Click to hide internal directories.