// Code generated by protoc-gen-go. // source: response.proto // DO NOT EDIT! package beans import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf type Response struct { Status bool `protobuf:"varint,1,opt,name=Status" json:"Status"` Channel string `protobuf:"bytes,2,opt,name=Channel" json:"Channel"` Message string `protobuf:"bytes,3,opt,name=Message" json:"Message"` } func (m *Response) Reset() { *m = Response{} } func (m *Response) String() string { return proto.CompactTextString(m) } func (*Response) ProtoMessage() {} func (*Response) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} } func (m *Response) GetStatus() bool { if m != nil { return m.Status } return false } func (m *Response) GetChannel() string { if m != nil { return m.Channel } return "" } func (m *Response) GetMessage() string { if m != nil { return m.Message } return "" } func init() { proto.RegisterType((*Response)(nil), "beans.Response") } func init() { proto.RegisterFile("response.proto", fileDescriptor1) } var fileDescriptor1 = []byte{ // 112 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x2b, 0x4a, 0x2d, 0x2e, 0xc8, 0xcf, 0x2b, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0x4a, 0x4d, 0xcc, 0x2b, 0x56, 0x0a, 0xe3, 0xe2, 0x08, 0x82, 0x4a, 0x08, 0x89, 0x71, 0xb1, 0x05, 0x97, 0x24, 0x96, 0x94, 0x16, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x04, 0x41, 0x79, 0x42, 0x12, 0x5c, 0xec, 0xce, 0x19, 0x89, 0x79, 0x79, 0xa9, 0x39, 0x12, 0x4c, 0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0x30, 0x2e, 0x48, 0xc6, 0x37, 0xb5, 0xb8, 0x38, 0x31, 0x3d, 0x55, 0x82, 0x19, 0x22, 0x03, 0xe5, 0x26, 0xb1, 0x81, 0x6d, 0x31, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x6f, 0xd0, 0xdf, 0xca, 0x77, 0x00, 0x00, 0x00, }