Lines Matching defs:InnerMessage
1723 type InnerMessage struct { struct
1724 Host *string `protobuf:"bytes,1,req,name=host" json:"host,omitempty"`
1725 Port *int32 `protobuf:"varint,2,opt,name=port,def=4000" json:"port,omitempty"`
1726 Connected *bool `protobuf:"varint,3,opt,name=connected" json:"connected,omitempty"`
1727 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1728 XXX_unrecognized []byte `json:"-"`
1729 XXX_sizecache int32 `json:"-"`
1732 func (m *InnerMessage) Reset() { *m = InnerMessage{} }
1733 func (m *InnerMessage) String() string { return proto.CompactTextString(m) }
1734 func (*InnerMessage) ProtoMessage() {}
1735 func (*InnerMessage) Descriptor() ([]byte, []int) {
1739 func (m *InnerMessage) XXX_Unmarshal(b []byte) error {
1742 func (m *InnerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1745 func (m *InnerMessage) XXX_Merge(src proto.Message) {
1748 func (m *InnerMessage) XXX_Size() int {
1751 func (m *InnerMessage) XXX_DiscardUnknown() {
1759 func (m *InnerMessage) GetHost() string {
1766 func (m *InnerMessage) GetPort() int32 {
1773 func (m *InnerMessage) GetConnected() bool {