MCPcopy
hub / github.com/Place1/wg-access-server / PgWatcher

Struct PgWatcher

internal/storage/pgwatcher.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type PgWatcher struct {
12 *pgevents.Listener
13}
14
15func NewPgWatcher(connectionString string, table string) (*PgWatcher, error) {
16 listener, err := pgevents.OpenListener(connectionString)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected