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