MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / Default

Method Default

config/appconfig.go:85–87  ·  view source on GitHub ↗

Default sets the default values for the configuration.

()

Source from the content-addressed store, hash-verified

83
84// Default sets the default values for the configuration.
85func (cfg *AppConfig) Default() {
86 structutils.Defaults(cfg)
87}
88
89// Validate validates the configuration structure and returns an error if it is invalid.
90//

Callers 2

NewTFunction · 0.95
MainFunction · 0.95

Calls 1

DefaultsFunction · 0.92

Tested by 1

NewTFunction · 0.76