Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PostgresRotateParams ¶
type PostgresRotateParams struct {
Host string `json:"host"`
Port int `json:"port"`
Database string `json:"database"`
ManagingUser PostgresUser `json:"managingUser"`
RotateUser PostgresUser `json:"rotateUser"`
}
type PostgresUser ¶
Click to show internal directories.
Click to hide internal directories.