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

Struct InboundStore

internal/store/postgres/inbounds.go:15–17  ·  view source on GitHub ↗

InboundStore 实现 inbounds.InboundStore 接口。

Source from the content-addressed store, hash-verified

13
14// InboundStore 实现 inbounds.InboundStore 接口。
15type InboundStore struct {
16 db *pgxpool.Pool
17}
18
19func (db *DB) InboundStore() *InboundStore {
20 return &InboundStore{db: db.conn}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected