MCPcopy Create free account
hub / github.com/foxcpp/maddy / PqPubSub

Struct PqPubSub

internal/updatepipe/pubsub/pq.go:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type PqPubSub struct {
18 Notify chan Msg
19
20 L *pq.Listener
21 sender *sql.DB
22
23 Log *log.Logger
24}
25
26func NewPQ(dsn string) (*PqPubSub, error) {
27 l := &PqPubSub{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected