types

package
v0.0.7-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActorID

type ActorID uint64

func (ActorID) MarshalGQL

func (b ActorID) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (*ActorID) Scan

func (b *ActorID) Scan(value interface{}) error

func (*ActorID) UnmarshalGQL

func (b *ActorID) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

func (ActorID) Value

func (b ActorID) Value() (driver.Value, error)

Value return json value, implement driver.Valuer interface

type Address

type Address struct {
	address.Address
}

func (Address) MarshalGQL

func (b Address) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (*Address) Scan

func (b *Address) Scan(value interface{}) error

func (*Address) UnmarshalGQL

func (b *Address) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

func (Address) Value

func (b Address) Value() (driver.Value, error)

Value return json value, implement driver.Valuer interface

type BigInt

type BigInt struct {
	*big.Int
}

func (BigInt) MarshalGQL

func (b BigInt) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (*BigInt) Scan

func (b *BigInt) Scan(value interface{}) error

func (*BigInt) UnmarshalGQL

func (b *BigInt) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

func (BigInt) Value

func (b BigInt) Value() (driver.Value, error)

Value return json value, implement driver.Valuer interface

type ByteArray

type ByteArray []byte

func (ByteArray) MarshalGQL

func (b ByteArray) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (*ByteArray) Scan

func (b *ByteArray) Scan(value interface{}) error

func (*ByteArray) UnmarshalGQL

func (b *ByteArray) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

func (ByteArray) Value

func (b ByteArray) Value() (driver.Value, error)

Value return json value, implement driver.Valuer interface

type JSONB

type JSONB []byte

func (JSONB) MarshalGQL

func (b JSONB) MarshalGQL(w io.Writer)

MarshalGQL implements the graphql.Marshaler interface

func (*JSONB) Scan

func (b *JSONB) Scan(value interface{}) error

func (*JSONB) UnmarshalGQL

func (b *JSONB) UnmarshalGQL(v interface{}) error

UnmarshalGQL implements the graphql.Unmarshaler interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL