Documentation
¶
Overview ¶
Package testproto is a generated protocol buffer package.
It is generated from these files:
github.com/mondough/mercury/testproto/dummy.proto
It has these top-level messages:
DummyRequest DummyResponse
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyRequest ¶
type DummyRequest struct {
Ping string `protobuf:"bytes,1,opt,name=ping" json:"ping,omitempty"`
}
func (*DummyRequest) ProtoMessage ¶
func (*DummyRequest) ProtoMessage()
func (*DummyRequest) Reset ¶
func (m *DummyRequest) Reset()
func (*DummyRequest) String ¶
func (m *DummyRequest) String() string
type DummyResponse ¶
type DummyResponse struct {
Pong string `protobuf:"bytes,1,opt,name=pong" json:"pong,omitempty"`
}
func (*DummyResponse) ProtoMessage ¶
func (*DummyResponse) ProtoMessage()
func (*DummyResponse) Reset ¶
func (m *DummyResponse) Reset()
func (*DummyResponse) String ¶
func (m *DummyResponse) String() string
Click to show internal directories.
Click to hide internal directories.