Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
func NewAddress ¶
func (*Address) Scan ¶
Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into Address.
type Addresses ¶
func (*Addresses) Scan ¶
Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Addresses.
func (*Addresses) StringArray ¶
func (*Addresses) StringArrayClickhouse ¶
type BigFloat ¶
func NewBigFloat ¶
type BigInt ¶
func (*BigInt) Scan ¶
Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into BigInt.
func (*BigInt) ToNetworkID ¶
type Bytecode ¶
type Bytecode []byte
type Hash ¶
type JSON ¶
type JSON struct {
json.RawMessage
}
type SafetyState ¶
type SafetyState utils.SafetyStateType
func NewSafetyState ¶
func NewSafetyState(h utils.SafetyStateType) SafetyState
func (*SafetyState) Scan ¶
func (s *SafetyState) Scan(value interface{}) error
Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a database column's value into SafetyState.
func (*SafetyState) ToType ¶
func (s *SafetyState) ToType() utils.SafetyStateType
type Standards ¶
func (*Standards) Scan ¶
Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.
func (*Standards) StringArray ¶
func (*Standards) StringArrayClickhouse ¶
type States ¶
func (*States) Scan ¶
Scan implements the sql.Scanner interface. This method will be called by the database/sql package when scanning a column value into the Standards.