Documentation
¶
Index ¶
- Variables
- type GqlInput
- type MethodOptions
- func (*MethodOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MethodOptions) GetGqlInput() *GqlInput
- func (x *MethodOptions) GetGqlOutput() string
- func (x *MethodOptions) GetKind() string
- func (x *MethodOptions) GetSkip() bool
- func (x *MethodOptions) GetTarget() uint32
- func (*MethodOptions) ProtoMessage()
- func (x *MethodOptions) ProtoReflect() protoreflect.Message
- func (x *MethodOptions) Reset()
- func (x *MethodOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // optional bool required = 50021; E_Required = &file_options_options_proto_extTypes[2] // optional bool keep_case = 50022; E_KeepCase = &file_options_options_proto_extTypes[3] )
Extension fields to descriptorpb.FieldOptions.
View Source
var (
// optional protoc_graphql.MethodOptions method = 50000;
E_Method = &file_options_options_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var (
// optional bool skip = 50011;
E_Skip = &file_options_options_proto_extTypes[1]
)
Extension fields to descriptorpb.MessageOptions.
View Source
var File_options_options_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GqlInput ¶
type GqlInput struct { Param string `protobuf:"bytes,50031,opt,name=param,proto3" json:"param,omitempty"` Type string `protobuf:"bytes,50032,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*GqlInput) Descriptor
deprecated
func (*GqlInput) ProtoMessage ¶
func (*GqlInput) ProtoMessage()
func (*GqlInput) ProtoReflect ¶
func (x *GqlInput) ProtoReflect() protoreflect.Message
type MethodOptions ¶
type MethodOptions struct { Kind string `protobuf:"bytes,50001,opt,name=kind,proto3" json:"kind,omitempty"` Target uint32 `protobuf:"varint,50002,opt,name=target,proto3" json:"target,omitempty"` // 0, 1, 2, 3 GqlInput *GqlInput `protobuf:"bytes,50003,opt,name=gql_input,json=gqlInput,proto3" json:"gql_input,omitempty"` GqlOutput string `protobuf:"bytes,50004,opt,name=gql_output,json=gqlOutput,proto3" json:"gql_output,omitempty"` Skip bool `protobuf:"varint,50005,opt,name=skip,proto3" json:"skip,omitempty"` // contains filtered or unexported fields }
func (*MethodOptions) Descriptor
deprecated
func (*MethodOptions) Descriptor() ([]byte, []int)
Deprecated: Use MethodOptions.ProtoReflect.Descriptor instead.
func (*MethodOptions) GetGqlInput ¶
func (x *MethodOptions) GetGqlInput() *GqlInput
func (*MethodOptions) GetGqlOutput ¶
func (x *MethodOptions) GetGqlOutput() string
func (*MethodOptions) GetKind ¶
func (x *MethodOptions) GetKind() string
func (*MethodOptions) GetSkip ¶
func (x *MethodOptions) GetSkip() bool
func (*MethodOptions) GetTarget ¶
func (x *MethodOptions) GetTarget() uint32
func (*MethodOptions) ProtoMessage ¶
func (*MethodOptions) ProtoMessage()
func (*MethodOptions) ProtoReflect ¶
func (x *MethodOptions) ProtoReflect() protoreflect.Message
func (*MethodOptions) Reset ¶
func (x *MethodOptions) Reset()
func (*MethodOptions) String ¶
func (x *MethodOptions) String() string
Click to show internal directories.
Click to hide internal directories.