Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteStale ¶
DeleteStale is a pretty specific message which requires the destination to be aware of a CLI use-case thus it might be deprecated in the future in favour of MessageDelete or MessageRawQuery The message indeciates that the destination needs to run something like "DELETE FROM table WHERE _cq_source_name=$1 and sync_time < $2"
func (DeleteStale) GetTable ¶
func (m DeleteStale) GetTable() *schema.Table
type Messages ¶
type Messages []Message
func (Messages) InsertItems ¶
func (Messages) InsertMessage ¶
type MigrateTable ¶
func (MigrateTable) GetTable ¶
func (m MigrateTable) GetTable() *schema.Table
type MigrateTables ¶
type MigrateTables []*MigrateTable
func (MigrateTables) Exists ¶
func (m MigrateTables) Exists(tableName string) bool
Click to show internal directories.
Click to hide internal directories.