Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeeFlowerX/stackplz
/ BaseConfig
Struct
BaseConfig
user/config/iconfig.go:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
type
BaseConfig
struct
{
14
Debug bool
15
logger *log.Logger
16
}
17
18
func
(this *BaseConfig) SetLogger(logger *log.Logger) {
19
this.logger = logger
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected