Documentation ¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
example.proto
It has these top-level messages:
ExampleEvent
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
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
Click to show internal directories.
Click to hide internal directories.