Documentation
¶
Index ¶
Constants ¶
View Source
const ( None = iota // No logical operator And // Logical AND operator Or // Logical OR operator )
Logical operator constants for conditions.
View Source
const ( Create = iota // Create operation Delete // Delete operation Save // Save (create or update) operation )
CRUD operation constants.
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.