Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
24
type
SettingsGetter
interface
{
25
GetSetting(key string) (string, bool)
26
}
27
28
// PortalSessionStore 管理用户门户 session。
Callers
2
Run
Function · 0.65
doSyncNodeSNIProxy
Method · 0.65
Implementers
2
SettingsStore
internal/store/postgres/settings.go
Queries
internal/store/postgres/sqlcgen/db.go
Calls
no outgoing calls
Tested by
no test coverage detected