Documentation
¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
example.proto simpleexample.proto
It has these top-level messages:
ExampleEvent SimpleExampleEvent
Index ¶
- Variables
- type ExampleEvent
- func (*ExampleEvent) Descriptor() ([]byte, []int)
- func (m *ExampleEvent) GetTable() string
- func (m *ExampleEvent) Marshal() (dAtA []byte, err error)
- func (m *ExampleEvent) MarshalTo(dAtA []byte) (int, error)
- func (*ExampleEvent) ProtoMessage()
- func (m *ExampleEvent) Reset()
- func (m *ExampleEvent) Size() (n int)
- func (m *ExampleEvent) String() string
- func (m *ExampleEvent) Unmarshal(dAtA []byte) error
- type SimpleExampleEvent
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthExample = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowExample = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type ExampleEvent ¶
type ExampleEvent struct {
Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
}
func (*ExampleEvent) Descriptor ¶
func (*ExampleEvent) Descriptor() ([]byte, []int)
func (*ExampleEvent) GetTable ¶
func (m *ExampleEvent) GetTable() string
func (*ExampleEvent) Marshal ¶
func (m *ExampleEvent) Marshal() (dAtA []byte, err error)
func (*ExampleEvent) ProtoMessage ¶
func (*ExampleEvent) ProtoMessage()
func (*ExampleEvent) Reset ¶
func (m *ExampleEvent) Reset()
func (*ExampleEvent) Size ¶
func (m *ExampleEvent) Size() (n int)
func (*ExampleEvent) String ¶
func (m *ExampleEvent) String() string
func (*ExampleEvent) Unmarshal ¶
func (m *ExampleEvent) Unmarshal(dAtA []byte) error
type SimpleExampleEvent ¶ added in v0.5.1
type SimpleExampleEvent struct {
Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"`
}
func (*SimpleExampleEvent) Descriptor ¶ added in v0.5.1
func (*SimpleExampleEvent) Descriptor() ([]byte, []int)
func (*SimpleExampleEvent) GetTable ¶ added in v0.5.1
func (m *SimpleExampleEvent) GetTable() string
func (*SimpleExampleEvent) ProtoMessage ¶ added in v0.5.1
func (*SimpleExampleEvent) ProtoMessage()
func (*SimpleExampleEvent) Reset ¶ added in v0.5.1
func (m *SimpleExampleEvent) Reset()
func (*SimpleExampleEvent) Size ¶ added in v0.5.1
func (m *SimpleExampleEvent) Size() (n int)
func (*SimpleExampleEvent) String ¶ added in v0.5.1
func (m *SimpleExampleEvent) String() string
Click to show internal directories.
Click to hide internal directories.