Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecoderValue ¶
type DecoderValue interface { pgtype.TextDecoder pgtype.Value }
type LogicalReplication ¶
type LogicalReplication struct { Subscription string Publication string WaitTimeout time.Duration StatusTimeout time.Duration Handler func(Message) error }
func (*LogicalReplication) Start ¶
func (lr *LogicalReplication) Start(ctx context.Context, conn *pgx.ReplicationConn) error
type RelationSet ¶
type RelationSet struct {
// contains filtered or unexported fields
}
func NewRelationSet ¶
func NewRelationSet() *RelationSet
func (*RelationSet) Add ¶
func (rs *RelationSet) Add(r Relation)
Click to show internal directories.
Click to hide internal directories.