Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xUnixIO/pulse
/ GetHost
Method
GetHost
internal/inbounds/store.go:78–78 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
76
77
UpsertHost(host Host) (Host, error)
78
GetHost(id string) (Host, error)
79
ListHosts() ([]Host, error)
80
ListHostsByInbound(inboundID string) ([]Host, error)
81
DeleteHost(id string) error
Callers
1
handleHostRoutes
Method · 0.65
Implementers
2
InboundStore
internal/store/postgres/inbounds.go
MemoryStore
internal/inbounds/memory.go
Calls
no outgoing calls
Tested by
no test coverage detected