MCPcopy
hub / github.com/wal-g/wal-g / PgHbaMaker

Struct PgHbaMaker

internal/databases/greenplum/pg_hba_cfg_maker.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type PgHbaMaker struct {
34 segments map[int][]*cluster.SegConfig
35}
36
37func (m PgHbaMaker) Make() (string, error) {
38 pgHbaRows := []string{PgHbaTemplate}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected