Documentation
¶
Index ¶
- type MySQLDataStore
- func (ds MySQLDataStore) GetNotificationLanency() (float64, float64, float64, float64)
- func (ds MySQLDataStore) GetSnapshot(table string, projection, isNull, isNotNull []string) (<-chan libqpu.LogOperation, <-chan error)
- func (ds MySQLDataStore) SubscribeOps(table string) (<-chan libqpu.LogOperation, context.CancelFunc, <-chan error)
- type MySQLUpdate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLDataStore ¶
type MySQLDataStore struct {
// contains filtered or unexported fields
}
MySQLDataStore ...
func NewDatastore ¶
NewDatastore ...
func (MySQLDataStore) GetNotificationLanency ¶
func (ds MySQLDataStore) GetNotificationLanency() (float64, float64, float64, float64)
GetNotificationLanency ...
func (MySQLDataStore) GetSnapshot ¶
func (ds MySQLDataStore) GetSnapshot(table string, projection, isNull, isNotNull []string) (<-chan libqpu.LogOperation, <-chan error)
GetSnapshot ...
func (MySQLDataStore) SubscribeOps ¶
func (ds MySQLDataStore) SubscribeOps(table string) (<-chan libqpu.LogOperation, context.CancelFunc, <-chan error)
SubscribeOps ...
Click to show internal directories.
Click to hide internal directories.