package
1.3.0
Repository: https://github.com/geoffreybauduin/yaorm.git
Documentation: pkg.go.dev

# Functions

Equals returns the correct filter according the value sent.
Gt returns the correct filter according the value sent.
Gte returns the correct filter according the value sent.
ILike returns the correct filter according to the value sent.
In returns the correct filter according to the value sent.
Like returns the correct filter according to the value sent.
Lt returns the correct filter according the value sent.
Lte returns the correct filter according the value sent.
NewBoolFilter returns a new bool filter.
NewDateFilter returns a new DateFilter.
NewInt64Filter returns a new int64 filter.
NewNilFilter returns a new NilFilter.
NewStringFilter returns a new string filter.
NotEquals returns the correct filter according the value sent.
NotIn returns the correct filter according to the value sent.
Raw returns the correct filter according the value sent.

# Variables

OrderingWays represents the Enum to have ordering.
RequestOptions represents the Enum of Request options.

# Structs

BoolFilter is the filter used to filter on bool fields.
DateFilter is a filter to operate on date fields.
Int64Filter is the filter used to filter on int64 fields.
ModelFilter is the struct every filter should compose.
NilFilter is a filter to operate on unknown nil fields.
No description provided by the author
No description provided by the author

# Interfaces

Filter is the interface stating the methods to implement to correctly filter on models.
No description provided by the author

# Type aliases

OrderingWay is a custom type to have ordering.
No description provided by the author
RequestOption is a custom type to have request options.