Documentation ¶
Index ¶
- func Int64(v interface{}) int64
- func UnmarshalAny(v interface{}) (any.Any, error)
- func UnmarshalBytes(v interface{}) ([]byte, error)
- func UnmarshalFloat32(v interface{}) (float32, error)
- func UnmarshalHttpResponse_HeaderEntry(v interface{}) (map[string]string, error)
- func UnmarshalInt32(v interface{}) (int32, error)
- func UnmarshalInt64(v interface{}) (int64, error)
- func UnmarshalUint32(v interface{}) (uint32, error)
- func UnmarshalUint64(v interface{}) (uint64, error)
- func UnmarshalUint8(v interface{}) (uint8, error)
- type DummyResolver
- type Marshaler
- func MarshalAny(any any.Any) Marshaler
- func MarshalBytes(b []byte) Marshaler
- func MarshalFloat32(any float32) Marshaler
- func MarshalHttpResponse_HeaderEntry(val map[string]string) Marshaler
- func MarshalInt32(any int32) Marshaler
- func MarshalInt64(any int64) Marshaler
- func MarshalUint32(any uint32) Marshaler
- func MarshalUint64(any uint64) Marshaler
- func MarshalUint8(any uint8) Marshaler
- type Uint32
- type Uint64
- type WriterFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalAny ¶
func UnmarshalBytes ¶
func UnmarshalFloat32 ¶
func UnmarshalInt32 ¶
func UnmarshalInt64 ¶
func UnmarshalUint32 ¶
func UnmarshalUint64 ¶
func UnmarshalUint8 ¶
Types ¶
type DummyResolver ¶
type DummyResolver struct{}
type Marshaler ¶
func MarshalAny ¶
func MarshalBytes ¶
func MarshalFloat32 ¶
func MarshalInt32 ¶
func MarshalInt64 ¶
func MarshalUint32 ¶
func MarshalUint64 ¶
func MarshalUint8 ¶
type Uint32 ¶
type Uint32 uint64
func (Uint32) ImplementsGraphQLType ¶
func (Uint32) MarshalJSON ¶
func (*Uint32) UnmarshalGraphQL ¶
type Uint64 ¶
type Uint64 uint64
func (Uint64) ImplementsGraphQLType ¶
func (Uint64) MarshalJSON ¶
func (*Uint64) UnmarshalGraphQL ¶
type WriterFunc ¶
func (WriterFunc) MarshalGQL ¶
func (f WriterFunc) MarshalGQL(w io.Writer)
Click to show internal directories.
Click to hide internal directories.