Documentation ¶
Index ¶
- func ToString(data interface{}) string
- type Address
- func (addr Address) MarshalJSON() ([]byte, error)
- func (addr Address) MarshalText() (text []byte, err error)
- func (addr *Address) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (addr Address) String() string
- func (addr *Address) UnmarshalJSON(data []byte) error
- func (addr *Address) UnmarshalText(text []byte) error
- func (addr Address) Unwrap() common.Address
- func (addr Address) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type BigDecimal
- func (bi BigDecimal) GormDBDataType(db *gorm.DB, field *schema.Field) string
- func (bi BigDecimal) GormDataType() string
- func (bi BigDecimal) MarshalJSON() ([]byte, error)
- func (bi BigDecimal) MarshalText() (text []byte, err error)
- func (bi *BigDecimal) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (bi *BigDecimal) Set(decimal decimal.Decimal)
- func (bi BigDecimal) String() string
- func (bi *BigDecimal) UnmarshalJSON(data []byte) error
- func (bi *BigDecimal) UnmarshalText(text []byte) error
- func (bi BigDecimal) Unwrap() decimal.Decimal
- func (bi BigDecimal) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type BigFloat
- func (bi BigFloat) GormDBDataType(db *gorm.DB, field *schema.Field) string
- func (bi BigFloat) GormDataType() string
- func (bi BigFloat) MarshalJSON() ([]byte, error)
- func (bi BigFloat) MarshalText() (text []byte, err error)
- func (bi *BigFloat) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (bi *BigFloat) Set(i *big.Float)
- func (bi BigFloat) String() string
- func (bi *BigFloat) UnmarshalJSON(data []byte) error
- func (bi *BigFloat) UnmarshalText(text []byte) error
- func (bi *BigFloat) Unwrap() *big.Float
- func (bi BigFloat) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type BigInt
- func (bi BigInt) GormDBDataType(db *gorm.DB, field *schema.Field) string
- func (bi BigInt) GormDataType() string
- func (bi BigInt) MarshalJSON() ([]byte, error)
- func (bi BigInt) MarshalText() (text []byte, err error)
- func (bi *BigInt) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (bi *BigInt) Set(i *big.Int)
- func (bi BigInt) String() string
- func (bi *BigInt) UnmarshalJSON(data []byte) error
- func (bi *BigInt) UnmarshalText(text []byte) error
- func (bi *BigInt) Unwrap() *big.Int
- func (bi BigInt) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type Bytes
- func (b Bytes) Hex() string
- func (b Bytes) MarshalJSON() ([]byte, error)
- func (bi Bytes) MarshalText() (text []byte, err error)
- func (b *Bytes) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (b *Bytes) Set(data []byte)
- func (b Bytes) String() string
- func (b *Bytes) UnmarshalJSON(data []byte) error
- func (bi *Bytes) UnmarshalText(text []byte) error
- func (b Bytes) Unwrap() []byte
- func (b Bytes) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
- type Hash
- func (hash Hash) MarshalJSON() ([]byte, error)
- func (bi Hash) MarshalText() (text []byte, err error)
- func (hash *Hash) Scan(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (err error)
- func (hash Hash) String() string
- func (hash *Hash) UnmarshalJSON(data []byte) error
- func (bi *Hash) UnmarshalText(text []byte) error
- func (hash Hash) Unwrap() common.Hash
- func (hash Hash) Value(ctx context.Context, field *schema.Field, dst reflect.Value, ...) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Address ¶
func NewAddress ¶ added in v0.0.10
func (Address) MarshalJSON ¶ added in v0.0.5
func (Address) MarshalText ¶ added in v0.0.9
func (*Address) UnmarshalJSON ¶ added in v0.0.5
func (*Address) UnmarshalText ¶ added in v0.0.9
type BigDecimal ¶ added in v0.0.10
func NewBigDecimal ¶ added in v0.0.10
func NewBigDecimal(decimal decimal.Decimal) *BigDecimal
func (BigDecimal) GormDBDataType ¶ added in v0.0.10
func (BigDecimal) GormDataType ¶ added in v0.0.10
func (bi BigDecimal) GormDataType() string
func (BigDecimal) MarshalJSON ¶ added in v0.0.10
func (bi BigDecimal) MarshalJSON() ([]byte, error)
func (BigDecimal) MarshalText ¶ added in v0.0.10
func (bi BigDecimal) MarshalText() (text []byte, err error)
func (*BigDecimal) Set ¶ added in v0.0.10
func (bi *BigDecimal) Set(decimal decimal.Decimal)
func (BigDecimal) String ¶ added in v0.0.10
func (bi BigDecimal) String() string
func (*BigDecimal) UnmarshalJSON ¶ added in v0.0.10
func (bi *BigDecimal) UnmarshalJSON(data []byte) error
func (*BigDecimal) UnmarshalText ¶ added in v0.0.10
func (bi *BigDecimal) UnmarshalText(text []byte) error
func (BigDecimal) Unwrap ¶ added in v0.0.10
func (bi BigDecimal) Unwrap() decimal.Decimal
type BigFloat ¶ added in v0.0.6
func NewBigFloat ¶ added in v0.0.10
func (BigFloat) GormDBDataType ¶ added in v0.0.8
func (BigFloat) GormDataType ¶ added in v0.0.7
func (BigFloat) MarshalJSON ¶ added in v0.0.6
func (BigFloat) MarshalText ¶ added in v0.0.9
func (*BigFloat) UnmarshalJSON ¶ added in v0.0.6
func (*BigFloat) UnmarshalText ¶ added in v0.0.9
type BigInt ¶
func (BigInt) GormDBDataType ¶ added in v0.0.8
func (BigInt) GormDataType ¶ added in v0.0.7
func (BigInt) MarshalJSON ¶ added in v0.0.5
func (BigInt) MarshalText ¶ added in v0.0.9
func (*BigInt) UnmarshalJSON ¶ added in v0.0.5
func (*BigInt) UnmarshalText ¶ added in v0.0.9
type Bytes ¶ added in v0.0.2
type Bytes []byte
func (Bytes) MarshalJSON ¶ added in v0.0.5
func (Bytes) MarshalText ¶ added in v0.0.9
func (*Bytes) UnmarshalJSON ¶ added in v0.0.5
func (*Bytes) UnmarshalText ¶ added in v0.0.9
type Hash ¶
func (Hash) MarshalJSON ¶ added in v0.0.5
func (Hash) MarshalText ¶ added in v0.0.9
func (*Hash) UnmarshalJSON ¶ added in v0.0.5
func (*Hash) UnmarshalText ¶ added in v0.0.9
Source Files ¶
Click to show internal directories.
Click to hide internal directories.