Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Create represents a new row in the database. Create changestream.ChangeType = 1 << iota // Update represents an update to an existing row in the database. Update // Delete represents a row that has been deleted from the database. Delete // All represents all the types of changes that can be represented. All = Create | Update | Delete )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.