types

package
v0.9.0-beta9 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Int64

type Int64 int64

func ToInt64

func ToInt64(rawJSON string) Int64

ToInt64 does EOS-style decoding of an int64, and returns a Int64 from this package.

func (Int64) ImplementsGraphQLType

func (u Int64) ImplementsGraphQLType(name string) bool

func (Int64) MarshalJSON

func (u Int64) MarshalJSON() ([]byte, error)

func (*Int64) Native

func (u *Int64) Native() int64

func (*Int64) UnmarshalGraphQL

func (u *Int64) UnmarshalGraphQL(input interface{}) error

type Uint64

type Uint64 uint64

func ToUint64

func ToUint64(rawJSON string) Uint64

ToUint64 does EOS-style decoding of an uint64, and returns a Uint64 from this package.

func (Uint64) ImplementsGraphQLType

func (u Uint64) ImplementsGraphQLType(name string) bool

func (Uint64) MarshalJSON

func (u Uint64) MarshalJSON() ([]byte, error)

func (*Uint64) Native

func (u *Uint64) Native() uint64

func (*Uint64) UnmarshalGraphQL

func (u *Uint64) UnmarshalGraphQL(input interface{}) error

Jump to

Keyboard shortcuts

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