Documentation ¶
Index ¶
- func MarshalAny(any *anypb.Any) graphql.Marshaler
- func MarshalBytes(b []byte) graphql.Marshaler
- func MarshalFloat32(any float32) graphql.Marshaler
- func MarshalUint32(i uint32) graphql.Marshaler
- func MarshalUint64(i uint64) graphql.Marshaler
- func UnmarshalAny(v interface{}) (*anypb.Any, error)
- func UnmarshalBytes(v interface{}) ([]byte, error)
- func UnmarshalFloat32(v interface{}) (float32, error)
- func UnmarshalUint32(v interface{}) (uint32, error)
- func UnmarshalUint64(v interface{}) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalAny ¶
TODO create mapping for proto to graphql types to unmarshal any
func MarshalBytes ¶
func MarshalFloat32 ¶
func MarshalUint32 ¶
func MarshalUint64 ¶
func UnmarshalAny ¶
func UnmarshalBytes ¶
func UnmarshalFloat32 ¶
func UnmarshalUint32 ¶
func UnmarshalUint64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.