MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Load

Method Load

internal/config/loader.go:16–16  ·  view source on GitHub ↗

Load loads the configuration from a generic configuration source. - ctx is the deadline for loading the configuration. - config is the configuration structure to be loaded into.

(
		ctx context.Context,
		config *config.AppConfig,
	)

Source from the content-addressed store, hash-verified

14 // - ctx is the deadline for loading the configuration.
15 // - config is the configuration structure to be loaded into.
16 Load(
17 ctx context.Context,
18 config *config.AppConfig,
19 ) error

Callers 7

readConfigFileFunction · 0.65
krbAuthFunction · 0.65
NewKerberosClientFunction · 0.65
uploadMethod · 0.65
finishMethod · 0.65
testSaveLoadFunction · 0.65
Test04CompatibilityFunction · 0.65

Implementers 2

httpLoaderinternal/config/loader_http.go
readerLoaderinternal/config/loader_reader.go

Calls

no outgoing calls

Tested by 3

krbAuthFunction · 0.52
testSaveLoadFunction · 0.52
Test04CompatibilityFunction · 0.52