Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
PgHbaMaker
struct
{
34
segments
map
[int][]*cluster.SegConfig
35
}
36
37
func
(m PgHbaMaker) Make() (string, error) {
38
pgHbaRows := []string{PgHbaTemplate}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected