// Code generated by protoc-gen-go. DO NOT EDIT.
|
// source: commsg.proto
|
|
package protomsg
|
|
import (
|
fmt "fmt"
|
proto "github.com/golang/protobuf/proto"
|
math "math"
|
)
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
var _ = proto.Marshal
|
var _ = fmt.Errorf
|
var _ = math.Inf
|
|
// This is a compile-time assertion to ensure that this generated file
|
// is compatible with the proto package it is being compiled against.
|
// A compilation error at this line likely means your copy of the
|
// proto package needs to be updated.
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
type SdkmsgWithTask struct {
|
Ipcid string `protobuf:"bytes,1,opt,name=ipcid,proto3" json:"ipcid,omitempty"`
|
Sdktype string `protobuf:"bytes,2,opt,name=sdktype,proto3" json:"sdktype,omitempty"`
|
Sdkdata []byte `protobuf:"bytes,4,opt,name=sdkdata,proto3" json:"sdkdata,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *SdkmsgWithTask) Reset() { *m = SdkmsgWithTask{} }
|
func (m *SdkmsgWithTask) String() string { return proto.CompactTextString(m) }
|
func (*SdkmsgWithTask) ProtoMessage() {}
|
func (*SdkmsgWithTask) Descriptor() ([]byte, []int) {
|
return fileDescriptor_968fba5e415d8aac, []int{0}
|
}
|
|
func (m *SdkmsgWithTask) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_SdkmsgWithTask.Unmarshal(m, b)
|
}
|
func (m *SdkmsgWithTask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_SdkmsgWithTask.Marshal(b, m, deterministic)
|
}
|
func (m *SdkmsgWithTask) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_SdkmsgWithTask.Merge(m, src)
|
}
|
func (m *SdkmsgWithTask) XXX_Size() int {
|
return xxx_messageInfo_SdkmsgWithTask.Size(m)
|
}
|
func (m *SdkmsgWithTask) XXX_DiscardUnknown() {
|
xxx_messageInfo_SdkmsgWithTask.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_SdkmsgWithTask proto.InternalMessageInfo
|
|
func (m *SdkmsgWithTask) GetIpcid() string {
|
if m != nil {
|
return m.Ipcid
|
}
|
return ""
|
}
|
|
func (m *SdkmsgWithTask) GetSdktype() string {
|
if m != nil {
|
return m.Sdktype
|
}
|
return ""
|
}
|
|
func (m *SdkmsgWithTask) GetSdkdata() []byte {
|
if m != nil {
|
return m.Sdkdata
|
}
|
return nil
|
}
|
|
type TaskLabel struct {
|
Taskid string `protobuf:"bytes,1,opt,name=taskid,proto3" json:"taskid,omitempty"`
|
Taskname string `protobuf:"bytes,2,opt,name=taskname,proto3" json:"taskname,omitempty"`
|
Sdkinfos []*SdkmsgWithTask `protobuf:"bytes,3,rep,name=sdkinfos,proto3" json:"sdkinfos,omitempty"`
|
Index int32 `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *TaskLabel) Reset() { *m = TaskLabel{} }
|
func (m *TaskLabel) String() string { return proto.CompactTextString(m) }
|
func (*TaskLabel) ProtoMessage() {}
|
func (*TaskLabel) Descriptor() ([]byte, []int) {
|
return fileDescriptor_968fba5e415d8aac, []int{1}
|
}
|
|
func (m *TaskLabel) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_TaskLabel.Unmarshal(m, b)
|
}
|
func (m *TaskLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_TaskLabel.Marshal(b, m, deterministic)
|
}
|
func (m *TaskLabel) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_TaskLabel.Merge(m, src)
|
}
|
func (m *TaskLabel) XXX_Size() int {
|
return xxx_messageInfo_TaskLabel.Size(m)
|
}
|
func (m *TaskLabel) XXX_DiscardUnknown() {
|
xxx_messageInfo_TaskLabel.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_TaskLabel proto.InternalMessageInfo
|
|
func (m *TaskLabel) GetTaskid() string {
|
if m != nil {
|
return m.Taskid
|
}
|
return ""
|
}
|
|
func (m *TaskLabel) GetTaskname() string {
|
if m != nil {
|
return m.Taskname
|
}
|
return ""
|
}
|
|
func (m *TaskLabel) GetSdkinfos() []*SdkmsgWithTask {
|
if m != nil {
|
return m.Sdkinfos
|
}
|
return nil
|
}
|
|
func (m *TaskLabel) GetIndex() int32 {
|
if m != nil {
|
return m.Index
|
}
|
return 0
|
}
|
|
type SdkMessage struct {
|
Cid string `protobuf:"bytes,1,opt,name=cid,proto3" json:"cid,omitempty"`
|
Caddr string `protobuf:"bytes,2,opt,name=caddr,proto3" json:"caddr,omitempty"`
|
Tasklab *TaskLabel `protobuf:"bytes,3,opt,name=tasklab,proto3" json:"tasklab,omitempty"`
|
Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *SdkMessage) Reset() { *m = SdkMessage{} }
|
func (m *SdkMessage) String() string { return proto.CompactTextString(m) }
|
func (*SdkMessage) ProtoMessage() {}
|
func (*SdkMessage) Descriptor() ([]byte, []int) {
|
return fileDescriptor_968fba5e415d8aac, []int{2}
|
}
|
|
func (m *SdkMessage) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_SdkMessage.Unmarshal(m, b)
|
}
|
func (m *SdkMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_SdkMessage.Marshal(b, m, deterministic)
|
}
|
func (m *SdkMessage) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_SdkMessage.Merge(m, src)
|
}
|
func (m *SdkMessage) XXX_Size() int {
|
return xxx_messageInfo_SdkMessage.Size(m)
|
}
|
func (m *SdkMessage) XXX_DiscardUnknown() {
|
xxx_messageInfo_SdkMessage.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_SdkMessage proto.InternalMessageInfo
|
|
func (m *SdkMessage) GetCid() string {
|
if m != nil {
|
return m.Cid
|
}
|
return ""
|
}
|
|
func (m *SdkMessage) GetCaddr() string {
|
if m != nil {
|
return m.Caddr
|
}
|
return ""
|
}
|
|
func (m *SdkMessage) GetTasklab() *TaskLabel {
|
if m != nil {
|
return m.Tasklab
|
}
|
return nil
|
}
|
|
func (m *SdkMessage) GetData() []byte {
|
if m != nil {
|
return m.Data
|
}
|
return nil
|
}
|
|
type Recvmsg struct {
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
Addr string `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
|
Picdata []byte `protobuf:"bytes,3,opt,name=picdata,proto3" json:"picdata,omitempty"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
}
|
|
func (m *Recvmsg) Reset() { *m = Recvmsg{} }
|
func (m *Recvmsg) String() string { return proto.CompactTextString(m) }
|
func (*Recvmsg) ProtoMessage() {}
|
func (*Recvmsg) Descriptor() ([]byte, []int) {
|
return fileDescriptor_968fba5e415d8aac, []int{3}
|
}
|
|
func (m *Recvmsg) XXX_Unmarshal(b []byte) error {
|
return xxx_messageInfo_Recvmsg.Unmarshal(m, b)
|
}
|
func (m *Recvmsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
return xxx_messageInfo_Recvmsg.Marshal(b, m, deterministic)
|
}
|
func (m *Recvmsg) XXX_Merge(src proto.Message) {
|
xxx_messageInfo_Recvmsg.Merge(m, src)
|
}
|
func (m *Recvmsg) XXX_Size() int {
|
return xxx_messageInfo_Recvmsg.Size(m)
|
}
|
func (m *Recvmsg) XXX_DiscardUnknown() {
|
xxx_messageInfo_Recvmsg.DiscardUnknown(m)
|
}
|
|
var xxx_messageInfo_Recvmsg proto.InternalMessageInfo
|
|
func (m *Recvmsg) GetId() string {
|
if m != nil {
|
return m.Id
|
}
|
return ""
|
}
|
|
func (m *Recvmsg) GetAddr() string {
|
if m != nil {
|
return m.Addr
|
}
|
return ""
|
}
|
|
func (m *Recvmsg) GetPicdata() []byte {
|
if m != nil {
|
return m.Picdata
|
}
|
return nil
|
}
|
|
func init() {
|
proto.RegisterType((*SdkmsgWithTask)(nil), "protomsg.SdkmsgWithTask")
|
proto.RegisterType((*TaskLabel)(nil), "protomsg.TaskLabel")
|
proto.RegisterType((*SdkMessage)(nil), "protomsg.SdkMessage")
|
proto.RegisterType((*Recvmsg)(nil), "protomsg.recvmsg")
|
}
|
|
func init() { proto.RegisterFile("commsg.proto", fileDescriptor_968fba5e415d8aac) }
|
|
var fileDescriptor_968fba5e415d8aac = []byte{
|
// 283 bytes of a gzipped FileDescriptorProto
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0x4d, 0x4e, 0xc3, 0x30,
|
0x10, 0x85, 0x95, 0xa4, 0x6d, 0xd2, 0x69, 0x55, 0xa1, 0x01, 0x21, 0x8b, 0x55, 0x94, 0x55, 0x36,
|
0x64, 0x51, 0xb8, 0x03, 0x1b, 0xd8, 0xa4, 0x48, 0x48, 0xec, 0x9c, 0xd8, 0x04, 0xcb, 0x75, 0x12,
|
0x65, 0x22, 0x7e, 0xce, 0xc0, 0xa5, 0x91, 0x9d, 0x9f, 0xb6, 0x2b, 0xbf, 0xcf, 0x1e, 0xbf, 0x79,
|
0x33, 0xb0, 0x2d, 0x1b, 0x63, 0xa8, 0xca, 0xda, 0xae, 0xe9, 0x1b, 0x8c, 0xdc, 0x61, 0xa8, 0x4a,
|
0xde, 0x61, 0x77, 0x10, 0xda, 0x50, 0xf5, 0xa6, 0xfa, 0xcf, 0x57, 0x4e, 0x1a, 0x6f, 0x60, 0xa9,
|
0xda, 0x52, 0x09, 0xe6, 0xc5, 0x5e, 0xba, 0xce, 0x07, 0x40, 0x06, 0x21, 0x09, 0xdd, 0xff, 0xb6,
|
0x92, 0xf9, 0xee, 0x7e, 0xc2, 0xf1, 0x45, 0xf0, 0x9e, 0xb3, 0x45, 0xec, 0xa5, 0xdb, 0x7c, 0xc2,
|
0xe4, 0xcf, 0x83, 0xb5, 0xb5, 0x7c, 0xe6, 0x85, 0x3c, 0xe2, 0x2d, 0xac, 0x7a, 0x4e, 0x7a, 0x36,
|
0x1e, 0x09, 0xef, 0x20, 0xb2, 0xaa, 0xe6, 0x66, 0xb2, 0x9e, 0x19, 0x1f, 0x21, 0x22, 0xa1, 0x55,
|
0xfd, 0xd1, 0x10, 0x0b, 0xe2, 0x20, 0xdd, 0xec, 0x59, 0x36, 0x45, 0xcf, 0x2e, 0x73, 0xe7, 0x73,
|
0xa5, 0x9b, 0xa0, 0x16, 0xf2, 0xc7, 0xe5, 0x59, 0xe6, 0x03, 0x24, 0xdf, 0x00, 0x07, 0xa1, 0x5f,
|
0x24, 0x11, 0xaf, 0x24, 0x5e, 0x41, 0x70, 0x9a, 0xd1, 0x4a, 0xfb, 0xab, 0xe4, 0x42, 0x74, 0x63,
|
0x88, 0x01, 0xf0, 0x1e, 0x42, 0x9b, 0xe6, 0xc8, 0x0b, 0x16, 0xc4, 0x5e, 0xba, 0xd9, 0x5f, 0x9f,
|
0x02, 0xcc, 0xb3, 0xe5, 0x53, 0x0d, 0x22, 0x2c, 0xce, 0x36, 0xe1, 0x74, 0xf2, 0x04, 0x61, 0x27,
|
0xcb, 0x2f, 0x43, 0x15, 0xee, 0xc0, 0x9f, 0x9b, 0xfa, 0x4a, 0xd8, 0xf2, 0xb3, 0x96, 0x4e, 0xdb,
|
0x7d, 0xb6, 0xaa, 0x74, 0x2e, 0xc1, 0xb0, 0xcf, 0x11, 0x8b, 0x95, 0xeb, 0xfc, 0xf0, 0x1f, 0x00,
|
0x00, 0xff, 0xff, 0xf6, 0xc9, 0xa4, 0x99, 0xcc, 0x01, 0x00, 0x00,
|
}
|