Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FloatTech/ZeroBot-Plugin-Playground
/ getRelicConfig
Function
getRelicConfig
plugin/klala/x.go:111–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
getRelicConfig() (m relicConfigMap) {
112
txt, _ := os.ReadFile(relicConfigPath)
113
_ = json.Unmarshal(txt, &m)
114
return
115
}
116
117
func
getWifeData() (m wifeData) {
118
txt, _ := os.ReadFile(wifeDataPath)
Callers
1
convertData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected