MCPcopy 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

handleHostRoutesMethod · 0.65

Implementers 2

InboundStoreinternal/store/postgres/inbounds.go
MemoryStoreinternal/inbounds/memory.go

Calls

no outgoing calls

Tested by

no test coverage detected