MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / GetSetting

Method GetSetting

internal/serverapi/portal.go:25–25  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

23// SettingsGetter reads settings from the store.
24type SettingsGetter interface {
25 GetSetting(key string) (string, bool)
26}
27
28// PortalSessionStore 管理用户门户 session。

Callers 2

RunFunction · 0.65
doSyncNodeSNIProxyMethod · 0.65

Implementers 2

SettingsStoreinternal/store/postgres/settings.go
Queriesinternal/store/postgres/sqlcgen/db.go

Calls

no outgoing calls

Tested by

no test coverage detected