config

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cert

type Cert struct {
	CA string
}

type Config

type Config struct {
	User           string
	Password       string
	Endpoint       string
	PublicEndpoint string `json:"public_endpoint"`
	RetryAttempts  uint
	TLS            TLS
	Secret         string
}

func NewFromReader

func NewFromReader(reader io.Reader) (Config, error)

type TLS

type TLS struct {
	Cert Cert
}

Jump to

Keyboard shortcuts

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