Documentation ¶
Index ¶
Constants ¶
View Source
const DESTINATION = "Destination"
View Source
const EXECUTED = "Executed"
View Source
const FALSE = "false"
View Source
const INPUT_INDEX = "InputIndex"
View Source
const NOTICE_SELECTOR = "c258d6e5"
View Source
const VOUCHER_SELECTOR = "ef615e2f"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvenienceFilter ¶
type ConvenienceFilter struct { Field *string `json:"field,omitempty"` Eq *string `json:"eq,omitempty"` Ne *string `json:"ne,omitempty"` Gt *string `json:"gt,omitempty"` Gte *string `json:"gte,omitempty"` Lt *string `json:"lt,omitempty"` Lte *string `json:"lte,omitempty"` In []*string `json:"in,omitempty"` Nin []*string `json:"nin,omitempty"` And []*ConvenienceFilter `json:"and,omitempty"` Or []*ConvenienceFilter `json:"or,omitempty"` }
type ConvenienceNotice ¶
Click to show internal directories.
Click to hide internal directories.