config

package
v1.68.3 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Unlicense 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 {
	Application   string `yaml:"application" json:"application" toml:"application"`
	Version       string `yaml:"version" json:"version" toml:"version"`
	Environment   string `yaml:"environment" json:"environment" toml:"environment"`
	Continent     string `yaml:"continent" json:"continent" toml:"continent"`
	Country       string `yaml:"country" json:"country" toml:"country"`
	Command       string `yaml:"command" json:"command" toml:"command"`
	Kind          string `yaml:"kind" json:"kind" toml:"kind"`
	Mode          uint32 `yaml:"mode" json:"mode" toml:"mode"`
	config.Client `yaml:",inline" json:",inline" toml:",inline"`
}

Config for client.

Jump to

Keyboard shortcuts

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