secret

package
v0.1.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package secret contains the structure to receive and return secrets to the Datadog Agent

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Input

type Input struct {
	Secrets []string `json:"secrets"`
	Version string   `json:"version"`
}

Input represents a secret to be resolved

type Output

type Output struct {
	Value *string `json:"value"`
	Error *string `json:"error"`
}

Output represents a resolved secret

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL