Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EqualPredicate = Predicate("=") NotEqualPredicate = Predicate("<>") GreaterThanPredicate = Predicate(">") GreaterThanOrEqualPredicate = Predicate(">=") SmallerThanPredicate = Predicate("<") SmallerThanOrEqualPredicate = Predicate("<=") LikePredicate = Predicate("LIKE") InPredicate = Predicate("IN") NotInPredicate = Predicate("NOT IN") )
Functions ¶
This section is empty.
Types ¶
type Predicate ¶
type Predicate string
Predicate is a string that acts as a condition in the where clause
type Repo ¶
type TracePlugin ¶
type TracePlugin struct{}
func (*TracePlugin) Initialize ¶
func (op *TracePlugin) Initialize(db *gorm.DB) (err error)
func (*TracePlugin) Name ¶
func (op *TracePlugin) Name() string
Click to show internal directories.
Click to hide internal directories.