Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bool ¶
type Bool int
openapi:type boolean
const ( TRUE Bool // true FALSE // false )
func BooleanValue ¶ added in v1.1.0
func (Bool) MarshalJSON ¶
func (Bool) MarshalText ¶
func (*Bool) UnmarshalJSON ¶
func (*Bool) UnmarshalText ¶
type OperationTimes ¶
type OperationTimes struct {
CreatedAt types.Timestamp `db:"f_created_at,default='0'" json:"createdAt"`
UpdatedAt types.Timestamp `db:"f_updated_at,default='0'" json:"updatedAt"`
}
func (*OperationTimes) Additions ¶
func (o *OperationTimes) Additions() builder.Additions
type OperationTimesWithDeleted ¶
type OperationTimesWithDeleted struct {
OperationTimes
DeletedAt types.Timestamp `db:"f_deleted_at,default='0'" json:"-"`
}
func (*OperationTimesWithDeleted) Condition ¶
func (o *OperationTimesWithDeleted) Condition() builder.SqlCondition
Click to show internal directories.
Click to hide internal directories.