chatproto

package
v0.0.0-...-b8b1492 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package chatproto is a generated protocol buffer package.

It is generated from these files:

chat.proto

It has these top-level messages:

ChatREQ
ChatACK

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatACK

type ChatACK struct {
	Content string `protobuf:"bytes,1,opt,name=Content,json=content" json:"Content,omitempty"`
	Id      int64  `protobuf:"varint,2,opt,name=Id,json=id" json:"Id,omitempty"`
}

func (*ChatACK) Descriptor

func (*ChatACK) Descriptor() ([]byte, []int)

func (*ChatACK) GetContent

func (m *ChatACK) GetContent() string

func (*ChatACK) GetId

func (m *ChatACK) GetId() int64

func (*ChatACK) ProtoMessage

func (*ChatACK) ProtoMessage()

func (*ChatACK) Reset

func (m *ChatACK) Reset()

func (*ChatACK) String

func (m *ChatACK) String() string

type ChatREQ

type ChatREQ struct {
	Content string `protobuf:"bytes,1,opt,name=Content,json=content" json:"Content,omitempty"`
}

func (*ChatREQ) Descriptor

func (*ChatREQ) Descriptor() ([]byte, []int)

func (*ChatREQ) GetContent

func (m *ChatREQ) GetContent() string

func (*ChatREQ) ProtoMessage

func (*ChatREQ) ProtoMessage()

func (*ChatREQ) Reset

func (m *ChatREQ) Reset()

func (*ChatREQ) String

func (m *ChatREQ) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL