config

package
v0.0.0-...-29b5a33 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	AppName      string `json:"app_name"`
	BuildVersion string `json:"build_version"`
	BuildCommit  string `json:"build_commit"`
	BuildDate    string `json:"build_date"`
}

type Config

type Config struct {
	LogLevel             string
	ConfigListenPort     int
	ConfigBasePath       string
	MockServerListenPort int
	StaticFiles          string
	HistoryMaxRetention  int
	PersistenceDirectory string
	TLSEnable            bool
	TLSCertFile          string
	TLSKeyFile           string
	Build                Build
}

Jump to

Keyboard shortcuts

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