Documentation
¶
Index ¶
Constants ¶
View Source
const ( GetHelp = "Get models from the datastore" GetHelpExtra = `` /* 1642-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawFilter ¶
type RawFilter struct {
Field string `json:"field,omitempty"`
Operator string `json:"operator,omitempty"`
Value any `json:"value,omitempty"`
AndFilter []RawFilter `json:"and_filter,omitempty"`
OrFilter []RawFilter `json:"or_filter,omitempty"`
NotFilter *RawFilter `json:"not_filter,omitempty"`
}
RawFilter represents the complex filter structure
Click to show internal directories.
Click to hide internal directories.