// Code generated by protoc-gen-go. DO NOT EDIT. // source: sysset.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 LocalConfig struct { ServerId string `protobuf:"bytes,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"` ServerName string `protobuf:"bytes,2,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"` ServerType int32 `protobuf:"varint,3,opt,name=server_type,json=serverType,proto3" json:"server_type,omitempty"` ServerIp string `protobuf:"bytes,4,opt,name=server_ip,json=serverIp,proto3" json:"server_ip,omitempty"` AlarmIp string `protobuf:"bytes,5,opt,name=alarm_ip,json=alarmIp,proto3" json:"alarm_ip,omitempty"` AlarmPort int32 `protobuf:"varint,6,opt,name=alarm_port,json=alarmPort,proto3" json:"alarm_port,omitempty"` WebPicIp string `protobuf:"bytes,7,opt,name=web_pic_ip,json=webPicIp,proto3" json:"web_pic_ip,omitempty"` WebPicPort int32 `protobuf:"varint,8,opt,name=web_pic_port,json=webPicPort,proto3" json:"web_pic_port,omitempty"` EsPicIp string `protobuf:"bytes,9,opt,name=es_pic_ip,json=esPicIp,proto3" json:"es_pic_ip,omitempty"` EsPicPort int32 `protobuf:"varint,10,opt,name=es_pic_port,json=esPicPort,proto3" json:"es_pic_port,omitempty"` CutMaxDuration int32 `protobuf:"varint,11,opt,name=cut_max_duration,json=cutMaxDuration,proto3" json:"cut_max_duration,omitempty"` CutMinDuration int32 `protobuf:"varint,12,opt,name=cut_min_duration,json=cutMinDuration,proto3" json:"cut_min_duration,omitempty"` Reserved string `protobuf:"bytes,13,opt,name=reserved,proto3" json:"reserved,omitempty"` GateWay string `protobuf:"bytes,14,opt,name=gate_way,json=gateWay,proto3" json:"gate_way,omitempty"` NetMask string `protobuf:"bytes,15,opt,name=net_mask,json=netMask,proto3" json:"net_mask,omitempty"` RealMax int32 `protobuf:"varint,16,opt,name=real_max,json=realMax,proto3" json:"real_max,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LocalConfig) Reset() { *m = LocalConfig{} } func (m *LocalConfig) String() string { return proto.CompactTextString(m) } func (*LocalConfig) ProtoMessage() {} func (*LocalConfig) Descriptor() ([]byte, []int) { return fileDescriptor_5be590c6b2a0d755, []int{0} } func (m *LocalConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocalConfig.Unmarshal(m, b) } func (m *LocalConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LocalConfig.Marshal(b, m, deterministic) } func (m *LocalConfig) XXX_Merge(src proto.Message) { xxx_messageInfo_LocalConfig.Merge(m, src) } func (m *LocalConfig) XXX_Size() int { return xxx_messageInfo_LocalConfig.Size(m) } func (m *LocalConfig) XXX_DiscardUnknown() { xxx_messageInfo_LocalConfig.DiscardUnknown(m) } var xxx_messageInfo_LocalConfig proto.InternalMessageInfo func (m *LocalConfig) GetServerId() string { if m != nil { return m.ServerId } return "" } func (m *LocalConfig) GetServerName() string { if m != nil { return m.ServerName } return "" } func (m *LocalConfig) GetServerType() int32 { if m != nil { return m.ServerType } return 0 } func (m *LocalConfig) GetServerIp() string { if m != nil { return m.ServerIp } return "" } func (m *LocalConfig) GetAlarmIp() string { if m != nil { return m.AlarmIp } return "" } func (m *LocalConfig) GetAlarmPort() int32 { if m != nil { return m.AlarmPort } return 0 } func (m *LocalConfig) GetWebPicIp() string { if m != nil { return m.WebPicIp } return "" } func (m *LocalConfig) GetWebPicPort() int32 { if m != nil { return m.WebPicPort } return 0 } func (m *LocalConfig) GetEsPicIp() string { if m != nil { return m.EsPicIp } return "" } func (m *LocalConfig) GetEsPicPort() int32 { if m != nil { return m.EsPicPort } return 0 } func (m *LocalConfig) GetCutMaxDuration() int32 { if m != nil { return m.CutMaxDuration } return 0 } func (m *LocalConfig) GetCutMinDuration() int32 { if m != nil { return m.CutMinDuration } return 0 } func (m *LocalConfig) GetReserved() string { if m != nil { return m.Reserved } return "" } func (m *LocalConfig) GetGateWay() string { if m != nil { return m.GateWay } return "" } func (m *LocalConfig) GetNetMask() string { if m != nil { return m.NetMask } return "" } func (m *LocalConfig) GetRealMax() int32 { if m != nil { return m.RealMax } return 0 } type PollConfig struct { ServerId string `protobuf:"bytes,1,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"` PollPeriod int32 `protobuf:"varint,2,opt,name=poll_period,json=pollPeriod,proto3" json:"poll_period,omitempty"` Delay int32 `protobuf:"varint,3,opt,name=delay,proto3" json:"delay,omitempty"` Enable bool `protobuf:"varint,4,opt,name=enable,proto3" json:"enable,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PollConfig) Reset() { *m = PollConfig{} } func (m *PollConfig) String() string { return proto.CompactTextString(m) } func (*PollConfig) ProtoMessage() {} func (*PollConfig) Descriptor() ([]byte, []int) { return fileDescriptor_5be590c6b2a0d755, []int{1} } func (m *PollConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PollConfig.Unmarshal(m, b) } func (m *PollConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PollConfig.Marshal(b, m, deterministic) } func (m *PollConfig) XXX_Merge(src proto.Message) { xxx_messageInfo_PollConfig.Merge(m, src) } func (m *PollConfig) XXX_Size() int { return xxx_messageInfo_PollConfig.Size(m) } func (m *PollConfig) XXX_DiscardUnknown() { xxx_messageInfo_PollConfig.DiscardUnknown(m) } var xxx_messageInfo_PollConfig proto.InternalMessageInfo func (m *PollConfig) GetServerId() string { if m != nil { return m.ServerId } return "" } func (m *PollConfig) GetPollPeriod() int32 { if m != nil { return m.PollPeriod } return 0 } func (m *PollConfig) GetDelay() int32 { if m != nil { return m.Delay } return 0 } func (m *PollConfig) GetEnable() bool { if m != nil { return m.Enable } return false } type Cluster struct { ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` ClusterName string `protobuf:"bytes,2,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` VirtualIp string `protobuf:"bytes,4,opt,name=virtual_ip,json=virtualIp,proto3" json:"virtual_ip,omitempty"` Nodes []*ClusterNode `protobuf:"bytes,5,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Cluster) Reset() { *m = Cluster{} } func (m *Cluster) String() string { return proto.CompactTextString(m) } func (*Cluster) ProtoMessage() {} func (*Cluster) Descriptor() ([]byte, []int) { return fileDescriptor_5be590c6b2a0d755, []int{2} } func (m *Cluster) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Cluster.Unmarshal(m, b) } func (m *Cluster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Cluster.Marshal(b, m, deterministic) } func (m *Cluster) XXX_Merge(src proto.Message) { xxx_messageInfo_Cluster.Merge(m, src) } func (m *Cluster) XXX_Size() int { return xxx_messageInfo_Cluster.Size(m) } func (m *Cluster) XXX_DiscardUnknown() { xxx_messageInfo_Cluster.DiscardUnknown(m) } var xxx_messageInfo_Cluster proto.InternalMessageInfo func (m *Cluster) GetClusterId() string { if m != nil { return m.ClusterId } return "" } func (m *Cluster) GetClusterName() string { if m != nil { return m.ClusterName } return "" } func (m *Cluster) GetPassword() string { if m != nil { return m.Password } return "" } func (m *Cluster) GetVirtualIp() string { if m != nil { return m.VirtualIp } return "" } func (m *Cluster) GetNodes() []*ClusterNode { if m != nil { return m.Nodes } return nil } type ClusterNode struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ClusterId string `protobuf:"bytes,2,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` ServerId string `protobuf:"bytes,3,opt,name=server_id,json=serverId,proto3" json:"server_id,omitempty"` ServerName string `protobuf:"bytes,4,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"` NodeId string `protobuf:"bytes,5,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` NodeIp string `protobuf:"bytes,6,opt,name=node_ip,json=nodeIp,proto3" json:"node_ip,omitempty"` CreateTime string `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ClusterNode) Reset() { *m = ClusterNode{} } func (m *ClusterNode) String() string { return proto.CompactTextString(m) } func (*ClusterNode) ProtoMessage() {} func (*ClusterNode) Descriptor() ([]byte, []int) { return fileDescriptor_5be590c6b2a0d755, []int{3} } func (m *ClusterNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClusterNode.Unmarshal(m, b) } func (m *ClusterNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ClusterNode.Marshal(b, m, deterministic) } func (m *ClusterNode) XXX_Merge(src proto.Message) { xxx_messageInfo_ClusterNode.Merge(m, src) } func (m *ClusterNode) XXX_Size() int { return xxx_messageInfo_ClusterNode.Size(m) } func (m *ClusterNode) XXX_DiscardUnknown() { xxx_messageInfo_ClusterNode.DiscardUnknown(m) } var xxx_messageInfo_ClusterNode proto.InternalMessageInfo func (m *ClusterNode) GetId() string { if m != nil { return m.Id } return "" } func (m *ClusterNode) GetClusterId() string { if m != nil { return m.ClusterId } return "" } func (m *ClusterNode) GetServerId() string { if m != nil { return m.ServerId } return "" } func (m *ClusterNode) GetServerName() string { if m != nil { return m.ServerName } return "" } func (m *ClusterNode) GetNodeId() string { if m != nil { return m.NodeId } return "" } func (m *ClusterNode) GetNodeIp() string { if m != nil { return m.NodeIp } return "" } func (m *ClusterNode) GetCreateTime() string { if m != nil { return m.CreateTime } return "" } func init() { proto.RegisterType((*LocalConfig)(nil), "protomsg.LocalConfig") proto.RegisterType((*PollConfig)(nil), "protomsg.PollConfig") proto.RegisterType((*Cluster)(nil), "protomsg.Cluster") proto.RegisterType((*ClusterNode)(nil), "protomsg.ClusterNode") } func init() { proto.RegisterFile("sysset.proto", fileDescriptor_5be590c6b2a0d755) } var fileDescriptor_5be590c6b2a0d755 = []byte{ // 531 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcd, 0x8e, 0xda, 0x3e, 0x10, 0x17, 0x2c, 0x81, 0x64, 0xc2, 0x9f, 0xff, 0xca, 0xea, 0x87, 0x4b, 0xbf, 0x28, 0x27, 0xa4, 0x4a, 0x1c, 0xda, 0x47, 0xd8, 0x5e, 0x22, 0x95, 0x15, 0x42, 0x2b, 0xf5, 0x18, 0x99, 0x78, 0x8a, 0xac, 0x4d, 0x62, 0xcb, 0x36, 0x0b, 0xb9, 0xf5, 0x9d, 0xfa, 0x1c, 0x7d, 0xa7, 0xca, 0x76, 0x02, 0xec, 0x56, 0xaa, 0x7a, 0x4a, 0xe6, 0xf7, 0x31, 0x33, 0xb6, 0x67, 0x60, 0x6c, 0x1a, 0x63, 0xd0, 0x2e, 0x95, 0x96, 0x56, 0x92, 0xd8, 0x7f, 0x2a, 0xb3, 0x9b, 0xff, 0x18, 0x40, 0xfa, 0x55, 0x16, 0xac, 0xbc, 0x91, 0xf5, 0x77, 0xb1, 0x23, 0xaf, 0x21, 0x31, 0xa8, 0x1f, 0x50, 0xe7, 0x82, 0xd3, 0xde, 0xac, 0xb7, 0x48, 0x36, 0x71, 0x00, 0x32, 0x4e, 0xde, 0x43, 0xda, 0x92, 0x35, 0xab, 0x90, 0xf6, 0x3d, 0x0d, 0x01, 0xba, 0x65, 0x15, 0x5e, 0x08, 0x6c, 0xa3, 0x90, 0x5e, 0xcd, 0x7a, 0x8b, 0xa8, 0x13, 0xdc, 0x35, 0x0a, 0x2f, 0xd3, 0x2b, 0x3a, 0x78, 0x94, 0x5e, 0x91, 0x57, 0x10, 0xb3, 0x92, 0xe9, 0xca, 0x71, 0x91, 0xe7, 0x46, 0x3e, 0xce, 0x14, 0x79, 0x0b, 0x10, 0x28, 0x25, 0xb5, 0xa5, 0x43, 0x9f, 0x37, 0xf1, 0xc8, 0x5a, 0x6a, 0x4b, 0xde, 0x00, 0x1c, 0x70, 0x9b, 0x2b, 0x51, 0x38, 0xef, 0x28, 0xe4, 0x3d, 0xe0, 0x76, 0x2d, 0x8a, 0x4c, 0x91, 0x19, 0x8c, 0x3b, 0xd6, 0xdb, 0xe3, 0xd0, 0x56, 0xe0, 0xbd, 0x7f, 0x0a, 0x09, 0x9a, 0xce, 0x9e, 0x84, 0xd2, 0x68, 0x82, 0xfb, 0x1d, 0xa4, 0x2d, 0xe7, 0xcd, 0x10, 0x6a, 0x7b, 0xd6, 0x7b, 0x17, 0x70, 0x5d, 0xec, 0x6d, 0x5e, 0xb1, 0x63, 0xce, 0xf7, 0x9a, 0x59, 0x21, 0x6b, 0x9a, 0x7a, 0xd1, 0xa4, 0xd8, 0xdb, 0x15, 0x3b, 0x7e, 0x69, 0xd1, 0x93, 0x52, 0xd4, 0x67, 0xe5, 0xf8, 0xac, 0x14, 0xf5, 0x49, 0x39, 0x85, 0x58, 0xa3, 0xbf, 0x17, 0x4e, 0xff, 0x0b, 0xa7, 0xe9, 0x62, 0x77, 0x4b, 0x3b, 0x66, 0x31, 0x3f, 0xb0, 0x86, 0x4e, 0x42, 0xab, 0x2e, 0xfe, 0xc6, 0x1a, 0x47, 0xd5, 0xe8, 0x5a, 0x31, 0xf7, 0xf4, 0xff, 0x40, 0xd5, 0x68, 0x57, 0xcc, 0xdc, 0x3b, 0x4a, 0x23, 0x2b, 0x5d, 0x9b, 0xf4, 0xda, 0xd7, 0x1c, 0xb9, 0x78, 0xc5, 0x8e, 0xf3, 0x23, 0xc0, 0x5a, 0x96, 0xff, 0x3a, 0x00, 0x4a, 0x96, 0x65, 0xae, 0x50, 0x0b, 0xc9, 0xfd, 0x00, 0x44, 0x1b, 0x70, 0xd0, 0xda, 0x23, 0xe4, 0x19, 0x44, 0x1c, 0x4b, 0xd6, 0xb4, 0x4f, 0x1f, 0x02, 0xf2, 0x02, 0x86, 0x58, 0xb3, 0x6d, 0x89, 0xfe, 0xc9, 0xe3, 0x4d, 0x1b, 0xcd, 0x7f, 0xf6, 0x60, 0x74, 0x53, 0xee, 0x8d, 0x45, 0xed, 0x5e, 0xb8, 0x08, 0xbf, 0xe7, 0xc2, 0x49, 0x8b, 0x64, 0x9c, 0x7c, 0x80, 0x71, 0x47, 0x5f, 0xcc, 0x5e, 0xda, 0x62, 0x7e, 0xf8, 0xa6, 0x10, 0x2b, 0x66, 0xcc, 0x41, 0x6a, 0xee, 0xcb, 0x27, 0x9b, 0x53, 0xec, 0xb2, 0x3f, 0x08, 0x6d, 0xf7, 0xac, 0x3c, 0x0f, 0x5e, 0xd2, 0x22, 0x99, 0x22, 0x1f, 0x21, 0xaa, 0x25, 0x47, 0x43, 0xa3, 0xd9, 0xd5, 0x22, 0xfd, 0xf4, 0x7c, 0xd9, 0xed, 0xc7, 0xb2, 0x6d, 0xef, 0x56, 0x72, 0xdc, 0x04, 0xcd, 0xfc, 0x57, 0x0f, 0xd2, 0x0b, 0x98, 0x4c, 0xa0, 0x7f, 0xea, 0xb8, 0x2f, 0xf8, 0x93, 0x93, 0xf4, 0x9f, 0x9e, 0xe4, 0xd1, 0x05, 0x5f, 0xfd, 0x7d, 0xc3, 0x06, 0x7f, 0x6c, 0xd8, 0x4b, 0x18, 0xb9, 0x2e, 0x9c, 0x37, 0xac, 0xc8, 0xd0, 0x85, 0x19, 0x3f, 0x13, 0xca, 0xaf, 0x47, 0x47, 0x28, 0x97, 0xb2, 0xd0, 0xe8, 0x26, 0xc6, 0x8a, 0x0a, 0xdb, 0xe5, 0x80, 0x00, 0xdd, 0x89, 0x0a, 0xb7, 0x43, 0x7f, 0xd8, 0xcf, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x2b, 0xd8, 0x92, 0x94, 0x23, 0x04, 0x00, 0x00, }