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

Interface Values

common/auto-form/auto.go:15–17  ·  view source on GitHub ↗

Values values

Source from the content-addressed store, hash-verified

13
14//Values values
15type Values interface {
16 Get(key string) (string, bool)
17}
18
19//ValuesForm valuesForm
20type ValuesForm map[string][]string

Callers 8

InitLogFunction · 0.65
indexControllerFunction · 0.65
GetFunction · 0.65
GetFunction · 0.65
GetAccessFunction · 0.65
SaveFunction · 0.65
GetFunction · 0.65
tranFunction · 0.65

Implementers 10

RedisProxygoku-node/redis-plugin-proxy/proxy.go
RedisManagergoku-node/redis-plugin-proxy/redis.go
Storegoku-node/common/store.go
ConfigLogDaoserver/dao/console-sqlite3/config-log/
BalanceDaoserver/dao/console-sqlite3/dao-balance
ServiceDaoserver/dao/console-sqlite3/dao-service
Telegraphcommon/telegraph/telegraph.go
Managercommon/manager/manager.go
Valuecommon/manager/manager.go
ClientManageradmin/console/client-manager.go

Calls

no outgoing calls

Tested by

no test coverage detected