v1

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenericRequest

type GenericRequest struct {
	Err string `json:"err,omitempty"`
}

type GenericResponse

type GenericResponse struct {
	Err string `json:"err,omitempty"`
}

type SecretFetchRequest

type SecretFetchRequest struct {
	Err string `json:"err,omitempty"`
}

type SecretFetchResponse

type SecretFetchResponse struct {
	Data string `json:"data"`
	Err  string `json:"err,omitempty"`
}

type SecretUpsertRequest

type SecretUpsertRequest struct {
	WorkloadId string `json:"key"`
	Value      string `json:"value"`
	Err        string `json:"err,omitempty"`
}

type SecretUpsertResponse

type SecretUpsertResponse struct {
	Err string `json:"err,omitempty"`
}

Jump to

Keyboard shortcuts

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