Documentation ¶
Index ¶
- Variables
- type Ping
- func (*Ping) Descriptor() ([]byte, []int)
- func (this *Ping) Equal(that interface{}) bool
- func (this *Ping) GoString() string
- func (m *Ping) Marshal() (dAtA []byte, err error)
- func (m *Ping) MarshalTo(dAtA []byte) (int, error)
- func (*Ping) ProtoMessage()
- func (m *Ping) Reset()
- func (m *Ping) Size() (n int)
- func (this *Ping) String() string
- func (m *Ping) Unmarshal(dAtA []byte) error
- type Start
- func (*Start) Descriptor() ([]byte, []int)
- func (this *Start) Equal(that interface{}) bool
- func (this *Start) GoString() string
- func (m *Start) Marshal() (dAtA []byte, err error)
- func (m *Start) MarshalTo(dAtA []byte) (int, error)
- func (*Start) ProtoMessage()
- func (m *Start) Reset()
- func (m *Start) Size() (n int)
- func (this *Start) String() string
- func (m *Start) Unmarshal(dAtA []byte) error
- type Started
- func (*Started) Descriptor() ([]byte, []int)
- func (this *Started) Equal(that interface{}) bool
- func (this *Started) GoString() string
- func (m *Started) Marshal() (dAtA []byte, err error)
- func (m *Started) MarshalTo(dAtA []byte) (int, error)
- func (*Started) ProtoMessage()
- func (m *Started) Reset()
- func (m *Started) Size() (n int)
- func (this *Started) String() string
- func (m *Started) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthProtos = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowProtos = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Ping ¶
type Ping struct {
Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
}
func (*Ping) Descriptor ¶
func (*Ping) ProtoMessage ¶
func (*Ping) ProtoMessage()
type Start ¶
type Start struct { }
func (*Start) Descriptor ¶
func (*Start) ProtoMessage ¶
func (*Start) ProtoMessage()
type Started ¶
type Started struct { }
func (*Started) Descriptor ¶
func (*Started) ProtoMessage ¶
func (*Started) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.