MCPcopy
hub / github.com/eolinker/goku_lite / ConfigLogDao

Interface ConfigLogDao

server/dao/daos.go:140–145  ·  view source on GitHub ↗

ConfigLogDao config-log

Source from the content-addressed store, hash-verified

138
139//ConfigLogDao config-log
140type ConfigLogDao interface {
141 //Get get
142 Get(name string) (*configLogEntry.LogConfig, error)
143 //Set set
144 Set(ent *configLogEntry.LogConfig) error
145}
146
147//BalanceUpdateDao dao-balance-update
148type BalanceUpdateDao interface {

Callers

nothing calls this directly

Implementers 6

RedisProxygoku-node/redis-plugin-proxy/proxy.go
Storegoku-node/common/store.go
ConfigLogDaoserver/dao/console-sqlite3/config-log/
Telegraphcommon/telegraph/telegraph.go
Managercommon/manager/manager.go
Valuecommon/manager/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected