config

package
v0.0.0-...-b5a3e81 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: ISC Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Module Export dependency injection

Functions

func GetCBBinDir

func GetCBBinDir() string

func GetCBENVDir

func GetCBENVDir() string

func GetLogDir

func GetLogDir() string

Types

type Config

type Config struct {
	LogLevel   string `yaml:"log_level"`
	Timeout    string `yaml:"timeout"`
	WebUrlPath string `yaml:"web_url_path"`
	Ssl        string `yaml:"ssl"`
	HttpPort   string `yaml:"http_port"`
	HttpsPort  string `yaml:"https_port"`
	Cert       string `yaml:"cert"`
	Key        string `yaml:"key"`
	LogDir     string `yaml:"logdir"`
	WorkDir    string `yaml:"workdir"`
}

Config ...

func NewConfig

func NewConfig() *Config

NewConfig ...

Jump to

Keyboard shortcuts

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