Versions in this module Expand all Collapse all v0 v0.7.4 Apr 22, 2020 Changes in this version + var E_Field = &proto.ExtensionDesc + var E_RpcType = &proto.ExtensionDesc + var E_SvcType = &proto.ExtensionDesc + var Type_name = map[int32]string + var Type_value = map[string]int32 + func UnmarshalAny(v interface{}) (any.Any, error) + func UnmarshalBytes(v interface{}) ([]byte, error) + func UnmarshalFloat32(v interface{}) (float32, 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) + type DummyResolver struct + func (r *DummyResolver) Dummy(ctx context.Context) (*bool, error) + type Field struct + Dirs *string + Params *string + Required *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (m *Field) GetDirs() string + func (m *Field) GetParams() string + func (m *Field) GetRequired() bool + func (m *Field) Reset() + func (m *Field) String() string + func (m *Field) XXX_DiscardUnknown() + func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Field) XXX_Merge(src proto.Message) + func (m *Field) XXX_Size() int + func (m *Field) XXX_Unmarshal(b []byte) error + type Marshaler interface + MarshalGQL func(w io.Writer) + func MarshalAny(any any.Any) Marshaler + func MarshalBytes(b []byte) Marshaler + func MarshalFloat32(any float32) Marshaler + func MarshalInt32(any int32) Marshaler + func MarshalInt64(any int64) Marshaler + func MarshalUint32(any uint32) Marshaler + func MarshalUint64(any uint64) Marshaler + type Type int32 + const Type_DEFAULT + const Type_MUTATION + const Type_QUERY + func (Type) EnumDescriptor() ([]byte, []int) + func (x *Type) UnmarshalJSON(data []byte) error + func (x Type) Enum() *Type + func (x Type) String() string + type WriterFunc func(writer io.Writer) + func (f WriterFunc) MarshalGQL(w io.Writer)