am0014

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVerifySecretParams

func NewVerifySecretParams(deps validator.Dependencies) (validator.Validator, error)

Types

type Response

type Response struct {
	SecretParameters []SecretParameter `json:"secretParameters,omitempty" yaml:"secretParameters,omitempty"`
}

type Secret

type Secret struct {
	Path  string `json:"path,omitempty" yaml:"path,omitempty"`
	Field string `json:"field,omitempty" yaml:"field,omitempty"`
}

type SecretParameter

type SecretParameter struct {
	Name   string `json:"name,omitempty" yaml:"name,omitempty"`
	Secret Secret `json:"secret,omitempty" yaml:"secret,omitempty"`
}

type VerifySecretParams

type VerifySecretParams struct {
	*validator.Base
}

func (*VerifySecretParams) Run

Jump to

Keyboard shortcuts

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