MCPcopy Create free account
hub / github.com/tbphp/gpt-load / Manager

Struct Manager

internal/config/manager.go:38–41  ·  view source on GitHub ↗

Manager implements the ConfigManager interface

Source from the content-addressed store, hash-verified

36
37// Manager implements the ConfigManager interface
38type Manager struct {
39 config *Config
40 settingsManager *SystemSettingsManager
41}
42
43// Config represents the application configuration
44type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected