config

package
v1.116.0 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*client.Config `yaml:",inline" json:",inline" toml:",inline"`
	Application    string `yaml:"application,omitempty" json:"application,omitempty" toml:"application,omitempty"`
	Version        string `yaml:"version,omitempty" json:"version,omitempty" toml:"version,omitempty"`
	Environment    string `yaml:"environment,omitempty" json:"environment,omitempty" toml:"environment,omitempty"`
	Continent      string `yaml:"continent,omitempty" json:"continent,omitempty" toml:"continent,omitempty"`
	Country        string `yaml:"country,omitempty" json:"country,omitempty" toml:"country,omitempty"`
	Command        string `yaml:"command,omitempty" json:"command,omitempty" toml:"command,omitempty"`
	Kind           string `yaml:"kind,omitempty" json:"kind,omitempty" toml:"kind,omitempty"`
	Mode           uint32 `yaml:"mode,omitempty" json:"mode,omitempty" toml:"mode,omitempty"`
}

Config for client.

Jump to

Keyboard shortcuts

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