Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandType ¶
type CommandType int
CommandType represents the different Commands capable of being executed against a database.
const ( // Flush is interpreted by the receiving sink adaptors to attempt to flush all buffered // operations to the database. This can be useful when switching from a copy to a tail operation Flush CommandType = iota )
Transporter understands the following different command types
type Op ¶
type Op int
Op represents the many different Operations being performed against a document (i.e. Insert, Update, etc.)
messages refer to specific types database operations which are enumerated here.
func OpTypeFromString ¶
OpTypeFromString returns the constant representing the passed in string
Click to show internal directories.
Click to hide internal directories.