Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterReplication ¶
type AfterReplication struct {
// contains filtered or unexported fields
}
func NewAfterReplication ¶
func NewAfterReplication(config *Config, beforeOut, afterOut string, conn *pgx.Conn) *AfterReplication
type BeforeReplication ¶
type BeforeReplication struct {
// contains filtered or unexported fields
}
func NewBeforeReplication ¶
func NewBeforeReplication(config *Config, beforeOut string, conn *pgx.Conn) *BeforeReplication
type Config ¶
type Config struct {
Tables map[string]TablesConfig `yaml:"tables"`
}
type TablesConfig ¶
Click to show internal directories.
Click to hide internal directories.