Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeString = "string" TypeNumber = "number" TypeBool = "bool" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyExpr ¶
type AnyExpr struct {
// contains filtered or unexported fields
}
func (*AnyExpr) UnmarshalJSON ¶
type NumberExpr ¶
type NumberExpr struct {
AnyExpr
}
func (*NumberExpr) UnmarshalJSON ¶
func (e *NumberExpr) UnmarshalJSON(b []byte) error
type StringExpr ¶
type StringExpr struct {
AnyExpr
}
func (*StringExpr) UnmarshalJSON ¶
func (e *StringExpr) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.