Documentation ¶
Index ¶
- Variables
- type Field
- func (*Field) Descriptor() ([]byte, []int)
- func (m *Field) GetDirs() string
- func (m *Field) GetParams() string
- func (*Field) ProtoMessage()
- 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 (dst *Field) XXX_Merge(src proto.Message)
- func (m *Field) XXX_Size() int
- func (m *Field) XXX_Unmarshal(b []byte) error
- type Type
Constants ¶
This section is empty.
Variables ¶
View Source
var E_Field = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FieldOptions)(nil), ExtensionType: (*Field)(nil), Field: 65030, Name: "gql.field", Tag: "bytes,65030,opt,name=field", Filename: "gql.proto", }
View Source
var E_RpcType = &proto.ExtensionDesc{ ExtendedType: (*descriptor.MethodOptions)(nil), ExtensionType: (*Type)(nil), Field: 65030, Name: "gql.rpc_type", Tag: "varint,65030,opt,name=rpc_type,json=rpcType,enum=gql.Type", Filename: "gql.proto", }
View Source
var E_SvcType = &proto.ExtensionDesc{ ExtendedType: (*descriptor.ServiceOptions)(nil), ExtensionType: (*Type)(nil), Field: 65030, Name: "gql.svc_type", Tag: "varint,65030,opt,name=svc_type,json=svcType,enum=gql.Type", Filename: "gql.proto", }
View Source
var Type_name = map[int32]string{
0: "DEFAULT",
1: "MUTATION",
2: "QUERY",
}
View Source
var Type_value = map[string]int32{
"DEFAULT": 0,
"MUTATION": 1,
"QUERY": 2,
}
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Params *string `protobuf:"bytes,1,opt,name=params" json:"params,omitempty"` Dirs *string `protobuf:"bytes,2,opt,name=dirs" json:"dirs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Field) Descriptor ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) XXX_DiscardUnknown ¶
func (m *Field) XXX_DiscardUnknown()
func (*Field) XXX_Marshal ¶
func (*Field) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.