stbb

package
v0.0.0-...-e477e18 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConvertConfig

type ConvertConfig struct {
	File string `arg:""`
}

func (ConvertConfig) Run

func (c ConvertConfig) Run() error

type Decrypt

type Decrypt struct {
	Encrypted string `arg:""`
}

func (Decrypt) Run

func (d Decrypt) Run() error

type K8sEntry

type K8sEntry struct {
	Name  string `yaml:"name"`
	Value string `yaml:"value"`
}

type K8sEnv

type K8sEnv struct {
	Environment []K8sEntry `yaml:"env"`
}

type Path

type Path struct {
	Decrypt Decrypt `cmd:""`
}

type TelemetryReceiver

type TelemetryReceiver struct {
	Address string `arg:"" default:"localhost:9000"`
}

func (TelemetryReceiver) Run

func (t TelemetryReceiver) Run() error

Directories

Path Synopsis
Package pb includes protobufs for this example.
Package pb includes protobufs for this example.

Jump to

Keyboard shortcuts

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