Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BarInput ¶
type BarInput struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` // contains filtered or unexported fields }
func (*BarInput) Descriptor
deprecated
func (*BarInput) ProtoMessage ¶
func (*BarInput) ProtoMessage()
func (*BarInput) ProtoReflect ¶
func (x *BarInput) ProtoReflect() protoreflect.Message
type ErrorInput ¶
type ErrorInput struct {
// contains filtered or unexported fields
}
func (*ErrorInput) Descriptor
deprecated
func (*ErrorInput) Descriptor() ([]byte, []int)
Deprecated: Use ErrorInput.ProtoReflect.Descriptor instead.
func (*ErrorInput) ProtoMessage ¶
func (*ErrorInput) ProtoMessage()
func (*ErrorInput) ProtoReflect ¶
func (x *ErrorInput) ProtoReflect() protoreflect.Message
func (*ErrorInput) Reset ¶
func (x *ErrorInput) Reset()
func (*ErrorInput) String ¶
func (x *ErrorInput) String() string
type FooInput ¶
type FooInput struct {
// contains filtered or unexported fields
}
func (*FooInput) Descriptor
deprecated
func (*FooInput) ProtoMessage ¶
func (*FooInput) ProtoMessage()
func (*FooInput) ProtoReflect ¶
func (x *FooInput) ProtoReflect() protoreflect.Message
type MatchAction ¶
type MatchAction struct {
// contains filtered or unexported fields
}
func (*MatchAction) Descriptor
deprecated
func (*MatchAction) Descriptor() ([]byte, []int)
Deprecated: Use MatchAction.ProtoReflect.Descriptor instead.
func (*MatchAction) ProtoMessage ¶
func (*MatchAction) ProtoMessage()
func (*MatchAction) ProtoReflect ¶
func (x *MatchAction) ProtoReflect() protoreflect.Message
func (*MatchAction) Reset ¶
func (x *MatchAction) Reset()
func (*MatchAction) String ¶
func (x *MatchAction) String() string
type MoreDataAvailableInput ¶
type MoreDataAvailableInput struct {
// contains filtered or unexported fields
}
func (*MoreDataAvailableInput) Descriptor
deprecated
func (*MoreDataAvailableInput) Descriptor() ([]byte, []int)
Deprecated: Use MoreDataAvailableInput.ProtoReflect.Descriptor instead.
func (*MoreDataAvailableInput) ProtoMessage ¶
func (*MoreDataAvailableInput) ProtoMessage()
func (*MoreDataAvailableInput) ProtoReflect ¶
func (x *MoreDataAvailableInput) ProtoReflect() protoreflect.Message
func (*MoreDataAvailableInput) Reset ¶
func (x *MoreDataAvailableInput) Reset()
func (*MoreDataAvailableInput) String ¶
func (x *MoreDataAvailableInput) String() string
type NoDataAvailableInput ¶
type NoDataAvailableInput struct {
// contains filtered or unexported fields
}
func (*NoDataAvailableInput) Descriptor
deprecated
func (*NoDataAvailableInput) Descriptor() ([]byte, []int)
Deprecated: Use NoDataAvailableInput.ProtoReflect.Descriptor instead.
func (*NoDataAvailableInput) ProtoMessage ¶
func (*NoDataAvailableInput) ProtoMessage()
func (*NoDataAvailableInput) ProtoReflect ¶
func (x *NoDataAvailableInput) ProtoReflect() protoreflect.Message
func (*NoDataAvailableInput) Reset ¶
func (x *NoDataAvailableInput) Reset()
func (*NoDataAvailableInput) String ¶
func (x *NoDataAvailableInput) String() string
type NotRegistered ¶
type NotRegistered struct {
// contains filtered or unexported fields
}
func (*NotRegistered) Descriptor
deprecated
func (*NotRegistered) Descriptor() ([]byte, []int)
Deprecated: Use NotRegistered.ProtoReflect.Descriptor instead.
func (*NotRegistered) ProtoMessage ¶
func (*NotRegistered) ProtoMessage()
func (*NotRegistered) ProtoReflect ¶
func (x *NotRegistered) ProtoReflect() protoreflect.Message
func (*NotRegistered) Reset ¶
func (x *NotRegistered) Reset()
func (*NotRegistered) String ¶
func (x *NotRegistered) String() string
type TestData ¶
type TestData struct { Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` Bar []string `protobuf:"bytes,2,rep,name=bar,proto3" json:"bar,omitempty"` // contains filtered or unexported fields }
func (*TestData) Descriptor
deprecated
func (*TestData) ProtoMessage ¶
func (*TestData) ProtoMessage()
func (*TestData) ProtoReflect ¶
func (x *TestData) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.