Documentation ¶
Index ¶
Constants ¶
View Source
const ( Eq token = "=" NotEq token = "!=" Gt token = ">" Gte token = ">=" Lt token = "<" Lte token = "<=" In token = "in" )
View Source
const ( And operator = "and" Or operator = "or" )
View Source
const ( Epoch field = "epoch" Smesher field = "pubkey" Coinbase field = "coinbase" Id field = "id" Layer field = "layer" Address field = "address" Principal field = "principal" )
View Source
const ( Offset modifier = "offset" Limit modifier = "limit" OrderBy modifier = "order by" GroupBy modifier = "group by" )
Variables ¶
This section is empty.
Functions ¶
func BindingsFrom ¶
func BindingsFrom(operations Operations) sql.Encoder
func FilterFrom ¶
func FilterFrom(operations Operations) string
Types ¶
type Modifier ¶
type Modifier struct { Key modifier // Value will be type casted to one the expected types. // Modifier will panic if it doesn't match any of expected. Value any }
type Operations ¶
func FilterEpochOnly ¶ added in v1.6.0
func FilterEpochOnly(publish types.EpochID) Operations
Click to show internal directories.
Click to hide internal directories.