protoManage

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthManage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowManage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupManage = fmt.Errorf("proto: unexpected end of group")
)
View Source
var HttpError_name = map[int32]string{
	0:   "HttpErrorNull",
	601: "HttpErrorGetHeader",
	602: "HttpErrorGetBody",
	603: "HttpErrorGetFile",
	604: "HttpErrorCheckFile",
	605: "HttpErrorMarshal",
	606: "HttpErrorUnmarshal",
	607: "HttpErrorRegister",
	608: "HttpErrorLoginWithAccount",
	609: "HttpErrorPasswordWithAccount",
	610: "HttpErrorLoginWithToken",
	611: "HttpErrorLevelLow",
	612: "HttpErrorRequest",
}
View Source
var HttpError_value = map[string]int32{
	"HttpErrorNull":                0,
	"HttpErrorGetHeader":           601,
	"HttpErrorGetBody":             602,
	"HttpErrorGetFile":             603,
	"HttpErrorCheckFile":           604,
	"HttpErrorMarshal":             605,
	"HttpErrorUnmarshal":           606,
	"HttpErrorRegister":            607,
	"HttpErrorLoginWithAccount":    608,
	"HttpErrorPasswordWithAccount": 609,
	"HttpErrorLoginWithToken":      610,
	"HttpErrorLevelLow":            611,
	"HttpErrorRequest":             612,
}
View Source
var Level_name = map[int32]string{
	0: "LevelNot",
	1: "LevelPrimary",
	2: "LevelIntermediate",
	3: "LevelSenior",
	4: "LevelSuper",
}
View Source
var Level_value = map[string]int32{
	"LevelNot":          0,
	"LevelPrimary":      1,
	"LevelIntermediate": 2,
	"LevelSenior":       3,
	"LevelSuper":        4,
}
View Source
var NodeFuncReturnType_name = map[int32]string{
	0:  "Unknown",
	1:  "NotReturn",
	2:  "Error",
	3:  "Text",
	4:  "Json",
	5:  "Link",
	6:  "Image",
	7:  "Media",
	8:  "File",
	9:  "Table",
	10: "Charts",
}
View Source
var NodeFuncReturnType_value = map[string]int32{
	"Unknown":   0,
	"NotReturn": 1,
	"Error":     2,
	"Text":      3,
	"Json":      4,
	"Link":      5,
	"Image":     6,
	"Media":     7,
	"File":      8,
	"Table":     9,
	"Charts":    10,
}
View Source
var NodeReportType_name = map[int32]string{
	0: "NodeReportTypeUnknown",
	1: "NodeReportTypeTable",
	2: "NodeReportTypeLine",
}
View Source
var NodeReportType_value = map[string]int32{
	"NodeReportTypeUnknown": 0,
	"NodeReportTypeTable":   1,
	"NodeReportTypeLine":    2,
}
View Source
var NodeResourceType_name = map[int32]string{
	0: "NodeResourceTypeUnknow",
	1: "NodeResourceTypeCache",
}
View Source
var NodeResourceType_value = map[string]int32{
	"NodeResourceTypeUnknow": 0,
	"NodeResourceTypeCache":  1,
}
View Source
var NotifySenderType_name = map[int32]string{
	0: "NotifySenderTypeUnknow",
	1: "NotifySenderTypeUser",
	2: "NotifySenderTypeNode",
}
View Source
var NotifySenderType_value = map[string]int32{
	"NotifySenderTypeUnknow": 0,
	"NotifySenderTypeUser":   1,
	"NotifySenderTypeNode":   2,
}
View Source
var Order_name = map[int32]string{
	0:   "Unknow",
	101: "ManagerUpdate",
	102: "ManagerDel",
	608: "NodeFuncCallReq",
	609: "NodeFuncCallAns",
	704: "NodeReportUpdateVal",
	801: "NodeNotifyAdd",
	803: "NodeNotifyError",
}
View Source
var Order_value = map[string]int32{
	"Unknow":              0,
	"ManagerUpdate":       101,
	"ManagerDel":          102,
	"NodeFuncCallReq":     608,
	"NodeFuncCallAns":     609,
	"NodeReportUpdateVal": 704,
	"NodeNotifyAdd":       801,
	"NodeNotifyError":     803,
}
View Source
var State_name = map[int32]string{
	0: "StateNot",
	1: "StateUnknow",
	2: "StateNormal",
	3: "StateWarn",
	4: "StateError",
}
View Source
var State_value = map[string]int32{
	"StateNot":    0,
	"StateUnknow": 1,
	"StateNormal": 2,
	"StateWarn":   3,
	"StateError":  4,
}

Functions

func RegisterRpcEngineServer

func RegisterRpcEngineServer(s *grpc.Server, srv RpcEngineServer)

Types

type AnsManagerList

type AnsManagerList struct {
	ManagerList          []Manager `protobuf:"bytes,1,rep,name=ManagerList,proto3" json:"ManagerList"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*AnsManagerList) Descriptor

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

func (*AnsManagerList) GetManagerList

func (m *AnsManagerList) GetManagerList() []Manager

func (*AnsManagerList) Marshal

func (m *AnsManagerList) Marshal() (dAtA []byte, err error)

func (*AnsManagerList) MarshalTo

func (m *AnsManagerList) MarshalTo(dAtA []byte) (int, error)

func (*AnsManagerList) MarshalToSizedBuffer

func (m *AnsManagerList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsManagerList) ProtoMessage

func (*AnsManagerList) ProtoMessage()

func (*AnsManagerList) Reset

func (m *AnsManagerList) Reset()

func (*AnsManagerList) Size

func (m *AnsManagerList) Size() (n int)

func (*AnsManagerList) String

func (m *AnsManagerList) String() string

func (*AnsManagerList) Unmarshal

func (m *AnsManagerList) Unmarshal(dAtA []byte) error

func (*AnsManagerList) XXX_DiscardUnknown

func (m *AnsManagerList) XXX_DiscardUnknown()

func (*AnsManagerList) XXX_Marshal

func (m *AnsManagerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsManagerList) XXX_Merge

func (m *AnsManagerList) XXX_Merge(src proto.Message)

func (*AnsManagerList) XXX_Size

func (m *AnsManagerList) XXX_Size() int

func (*AnsManagerList) XXX_Unmarshal

func (m *AnsManagerList) XXX_Unmarshal(b []byte) error

type AnsNodeFuncCall

type AnsNodeFuncCall struct {
	NodeFuncCall         NodeFuncCall `protobuf:"bytes,1,opt,name=NodeFuncCall,proto3" json:"NodeFuncCall"`
	Error                string       `protobuf:"bytes,2,opt,name=Error,proto3" json:"Error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AnsNodeFuncCall) Descriptor

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

func (*AnsNodeFuncCall) GetError

func (m *AnsNodeFuncCall) GetError() string

func (*AnsNodeFuncCall) GetNodeFuncCall

func (m *AnsNodeFuncCall) GetNodeFuncCall() NodeFuncCall

func (*AnsNodeFuncCall) Marshal

func (m *AnsNodeFuncCall) Marshal() (dAtA []byte, err error)

func (*AnsNodeFuncCall) MarshalTo

func (m *AnsNodeFuncCall) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeFuncCall) MarshalToSizedBuffer

func (m *AnsNodeFuncCall) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeFuncCall) ProtoMessage

func (*AnsNodeFuncCall) ProtoMessage()

func (*AnsNodeFuncCall) Reset

func (m *AnsNodeFuncCall) Reset()

func (*AnsNodeFuncCall) Size

func (m *AnsNodeFuncCall) Size() (n int)

func (*AnsNodeFuncCall) String

func (m *AnsNodeFuncCall) String() string

func (*AnsNodeFuncCall) Unmarshal

func (m *AnsNodeFuncCall) Unmarshal(dAtA []byte) error

func (*AnsNodeFuncCall) XXX_DiscardUnknown

func (m *AnsNodeFuncCall) XXX_DiscardUnknown()

func (*AnsNodeFuncCall) XXX_Marshal

func (m *AnsNodeFuncCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeFuncCall) XXX_Merge

func (m *AnsNodeFuncCall) XXX_Merge(src proto.Message)

func (*AnsNodeFuncCall) XXX_Size

func (m *AnsNodeFuncCall) XXX_Size() int

func (*AnsNodeFuncCall) XXX_Unmarshal

func (m *AnsNodeFuncCall) XXX_Unmarshal(b []byte) error

type AnsNodeFuncCallList

type AnsNodeFuncCallList struct {
	NodeFuncCallList     []NodeFuncCall `protobuf:"bytes,1,rep,name=NodeFuncCallList,proto3" json:"NodeFuncCallList"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AnsNodeFuncCallList) Descriptor

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

func (*AnsNodeFuncCallList) GetNodeFuncCallList

func (m *AnsNodeFuncCallList) GetNodeFuncCallList() []NodeFuncCall

func (*AnsNodeFuncCallList) Marshal

func (m *AnsNodeFuncCallList) Marshal() (dAtA []byte, err error)

func (*AnsNodeFuncCallList) MarshalTo

func (m *AnsNodeFuncCallList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeFuncCallList) MarshalToSizedBuffer

func (m *AnsNodeFuncCallList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeFuncCallList) ProtoMessage

func (*AnsNodeFuncCallList) ProtoMessage()

func (*AnsNodeFuncCallList) Reset

func (m *AnsNodeFuncCallList) Reset()

func (*AnsNodeFuncCallList) Size

func (m *AnsNodeFuncCallList) Size() (n int)

func (*AnsNodeFuncCallList) String

func (m *AnsNodeFuncCallList) String() string

func (*AnsNodeFuncCallList) Unmarshal

func (m *AnsNodeFuncCallList) Unmarshal(dAtA []byte) error

func (*AnsNodeFuncCallList) XXX_DiscardUnknown

func (m *AnsNodeFuncCallList) XXX_DiscardUnknown()

func (*AnsNodeFuncCallList) XXX_Marshal

func (m *AnsNodeFuncCallList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeFuncCallList) XXX_Merge

func (m *AnsNodeFuncCallList) XXX_Merge(src proto.Message)

func (*AnsNodeFuncCallList) XXX_Size

func (m *AnsNodeFuncCallList) XXX_Size() int

func (*AnsNodeFuncCallList) XXX_Unmarshal

func (m *AnsNodeFuncCallList) XXX_Unmarshal(b []byte) error

type AnsNodeFuncList

type AnsNodeFuncList struct {
	Length               int64      `protobuf:"varint,1,opt,name=Length,proto3" json:"Length,omitempty"`
	NodeFuncList         []NodeFunc `protobuf:"bytes,2,rep,name=NodeFuncList,proto3" json:"NodeFuncList"`
	NodeList             []Node     `protobuf:"bytes,3,rep,name=NodeList,proto3" json:"NodeList"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*AnsNodeFuncList) Descriptor

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

func (*AnsNodeFuncList) GetLength

func (m *AnsNodeFuncList) GetLength() int64

func (*AnsNodeFuncList) GetNodeFuncList

func (m *AnsNodeFuncList) GetNodeFuncList() []NodeFunc

func (*AnsNodeFuncList) GetNodeList

func (m *AnsNodeFuncList) GetNodeList() []Node

func (*AnsNodeFuncList) Marshal

func (m *AnsNodeFuncList) Marshal() (dAtA []byte, err error)

func (*AnsNodeFuncList) MarshalTo

func (m *AnsNodeFuncList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeFuncList) MarshalToSizedBuffer

func (m *AnsNodeFuncList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeFuncList) ProtoMessage

func (*AnsNodeFuncList) ProtoMessage()

func (*AnsNodeFuncList) Reset

func (m *AnsNodeFuncList) Reset()

func (*AnsNodeFuncList) Size

func (m *AnsNodeFuncList) Size() (n int)

func (*AnsNodeFuncList) String

func (m *AnsNodeFuncList) String() string

func (*AnsNodeFuncList) Unmarshal

func (m *AnsNodeFuncList) Unmarshal(dAtA []byte) error

func (*AnsNodeFuncList) XXX_DiscardUnknown

func (m *AnsNodeFuncList) XXX_DiscardUnknown()

func (*AnsNodeFuncList) XXX_Marshal

func (m *AnsNodeFuncList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeFuncList) XXX_Merge

func (m *AnsNodeFuncList) XXX_Merge(src proto.Message)

func (*AnsNodeFuncList) XXX_Size

func (m *AnsNodeFuncList) XXX_Size() int

func (*AnsNodeFuncList) XXX_Unmarshal

func (m *AnsNodeFuncList) XXX_Unmarshal(b []byte) error

type AnsNodeList

type AnsNodeList struct {
	Length               int64    `protobuf:"varint,1,opt,name=Length,proto3" json:"Length,omitempty"`
	NodeList             []Node   `protobuf:"bytes,2,rep,name=NodeList,proto3" json:"NodeList"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnsNodeList) Descriptor

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

func (*AnsNodeList) GetLength

func (m *AnsNodeList) GetLength() int64

func (*AnsNodeList) GetNodeList

func (m *AnsNodeList) GetNodeList() []Node

func (*AnsNodeList) Marshal

func (m *AnsNodeList) Marshal() (dAtA []byte, err error)

func (*AnsNodeList) MarshalTo

func (m *AnsNodeList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeList) MarshalToSizedBuffer

func (m *AnsNodeList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeList) ProtoMessage

func (*AnsNodeList) ProtoMessage()

func (*AnsNodeList) Reset

func (m *AnsNodeList) Reset()

func (*AnsNodeList) Size

func (m *AnsNodeList) Size() (n int)

func (*AnsNodeList) String

func (m *AnsNodeList) String() string

func (*AnsNodeList) Unmarshal

func (m *AnsNodeList) Unmarshal(dAtA []byte) error

func (*AnsNodeList) XXX_DiscardUnknown

func (m *AnsNodeList) XXX_DiscardUnknown()

func (*AnsNodeList) XXX_Marshal

func (m *AnsNodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeList) XXX_Merge

func (m *AnsNodeList) XXX_Merge(src proto.Message)

func (*AnsNodeList) XXX_Size

func (m *AnsNodeList) XXX_Size() int

func (*AnsNodeList) XXX_Unmarshal

func (m *AnsNodeList) XXX_Unmarshal(b []byte) error

type AnsNodeNotifyList

type AnsNodeNotifyList struct {
	Length               int64        `protobuf:"varint,1,opt,name=Length,proto3" json:"Length,omitempty"`
	NodeNotifyList       []NodeNotify `protobuf:"bytes,2,rep,name=NodeNotifyList,proto3" json:"NodeNotifyList"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AnsNodeNotifyList) Descriptor

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

func (*AnsNodeNotifyList) GetLength

func (m *AnsNodeNotifyList) GetLength() int64

func (*AnsNodeNotifyList) GetNodeNotifyList

func (m *AnsNodeNotifyList) GetNodeNotifyList() []NodeNotify

func (*AnsNodeNotifyList) Marshal

func (m *AnsNodeNotifyList) Marshal() (dAtA []byte, err error)

func (*AnsNodeNotifyList) MarshalTo

func (m *AnsNodeNotifyList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeNotifyList) MarshalToSizedBuffer

func (m *AnsNodeNotifyList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeNotifyList) ProtoMessage

func (*AnsNodeNotifyList) ProtoMessage()

func (*AnsNodeNotifyList) Reset

func (m *AnsNodeNotifyList) Reset()

func (*AnsNodeNotifyList) Size

func (m *AnsNodeNotifyList) Size() (n int)

func (*AnsNodeNotifyList) String

func (m *AnsNodeNotifyList) String() string

func (*AnsNodeNotifyList) Unmarshal

func (m *AnsNodeNotifyList) Unmarshal(dAtA []byte) error

func (*AnsNodeNotifyList) XXX_DiscardUnknown

func (m *AnsNodeNotifyList) XXX_DiscardUnknown()

func (*AnsNodeNotifyList) XXX_Marshal

func (m *AnsNodeNotifyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeNotifyList) XXX_Merge

func (m *AnsNodeNotifyList) XXX_Merge(src proto.Message)

func (*AnsNodeNotifyList) XXX_Size

func (m *AnsNodeNotifyList) XXX_Size() int

func (*AnsNodeNotifyList) XXX_Unmarshal

func (m *AnsNodeNotifyList) XXX_Unmarshal(b []byte) error

type AnsNodeReportList

type AnsNodeReportList struct {
	Length               int64        `protobuf:"varint,1,opt,name=Length,proto3" json:"Length,omitempty"`
	NodeReportList       []NodeReport `protobuf:"bytes,2,rep,name=NodeReportList,proto3" json:"NodeReportList"`
	NodeList             []Node       `protobuf:"bytes,3,rep,name=NodeList,proto3" json:"NodeList"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AnsNodeReportList) Descriptor

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

func (*AnsNodeReportList) GetLength

func (m *AnsNodeReportList) GetLength() int64

func (*AnsNodeReportList) GetNodeList

func (m *AnsNodeReportList) GetNodeList() []Node

func (*AnsNodeReportList) GetNodeReportList

func (m *AnsNodeReportList) GetNodeReportList() []NodeReport

func (*AnsNodeReportList) Marshal

func (m *AnsNodeReportList) Marshal() (dAtA []byte, err error)

func (*AnsNodeReportList) MarshalTo

func (m *AnsNodeReportList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeReportList) MarshalToSizedBuffer

func (m *AnsNodeReportList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeReportList) ProtoMessage

func (*AnsNodeReportList) ProtoMessage()

func (*AnsNodeReportList) Reset

func (m *AnsNodeReportList) Reset()

func (*AnsNodeReportList) Size

func (m *AnsNodeReportList) Size() (n int)

func (*AnsNodeReportList) String

func (m *AnsNodeReportList) String() string

func (*AnsNodeReportList) Unmarshal

func (m *AnsNodeReportList) Unmarshal(dAtA []byte) error

func (*AnsNodeReportList) XXX_DiscardUnknown

func (m *AnsNodeReportList) XXX_DiscardUnknown()

func (*AnsNodeReportList) XXX_Marshal

func (m *AnsNodeReportList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeReportList) XXX_Merge

func (m *AnsNodeReportList) XXX_Merge(src proto.Message)

func (*AnsNodeReportList) XXX_Size

func (m *AnsNodeReportList) XXX_Size() int

func (*AnsNodeReportList) XXX_Unmarshal

func (m *AnsNodeReportList) XXX_Unmarshal(b []byte) error

type AnsNodeReportValList

type AnsNodeReportValList struct {
	NodeReportValList    []NodeReportVal `protobuf:"bytes,1,rep,name=NodeReportValList,proto3" json:"NodeReportValList"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*AnsNodeReportValList) Descriptor

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

func (*AnsNodeReportValList) GetNodeReportValList

func (m *AnsNodeReportValList) GetNodeReportValList() []NodeReportVal

func (*AnsNodeReportValList) Marshal

func (m *AnsNodeReportValList) Marshal() (dAtA []byte, err error)

func (*AnsNodeReportValList) MarshalTo

func (m *AnsNodeReportValList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeReportValList) MarshalToSizedBuffer

func (m *AnsNodeReportValList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeReportValList) ProtoMessage

func (*AnsNodeReportValList) ProtoMessage()

func (*AnsNodeReportValList) Reset

func (m *AnsNodeReportValList) Reset()

func (*AnsNodeReportValList) Size

func (m *AnsNodeReportValList) Size() (n int)

func (*AnsNodeReportValList) String

func (m *AnsNodeReportValList) String() string

func (*AnsNodeReportValList) Unmarshal

func (m *AnsNodeReportValList) Unmarshal(dAtA []byte) error

func (*AnsNodeReportValList) XXX_DiscardUnknown

func (m *AnsNodeReportValList) XXX_DiscardUnknown()

func (*AnsNodeReportValList) XXX_Marshal

func (m *AnsNodeReportValList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeReportValList) XXX_Merge

func (m *AnsNodeReportValList) XXX_Merge(src proto.Message)

func (*AnsNodeReportValList) XXX_Size

func (m *AnsNodeReportValList) XXX_Size() int

func (*AnsNodeReportValList) XXX_Unmarshal

func (m *AnsNodeReportValList) XXX_Unmarshal(b []byte) error

type AnsNodeResourceDownload

type AnsNodeResourceDownload struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnsNodeResourceDownload) Descriptor

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

func (*AnsNodeResourceDownload) GetData

func (m *AnsNodeResourceDownload) GetData() []byte

func (*AnsNodeResourceDownload) Marshal

func (m *AnsNodeResourceDownload) Marshal() (dAtA []byte, err error)

func (*AnsNodeResourceDownload) MarshalTo

func (m *AnsNodeResourceDownload) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeResourceDownload) MarshalToSizedBuffer

func (m *AnsNodeResourceDownload) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeResourceDownload) ProtoMessage

func (*AnsNodeResourceDownload) ProtoMessage()

func (*AnsNodeResourceDownload) Reset

func (m *AnsNodeResourceDownload) Reset()

func (*AnsNodeResourceDownload) Size

func (m *AnsNodeResourceDownload) Size() (n int)

func (*AnsNodeResourceDownload) String

func (m *AnsNodeResourceDownload) String() string

func (*AnsNodeResourceDownload) Unmarshal

func (m *AnsNodeResourceDownload) Unmarshal(dAtA []byte) error

func (*AnsNodeResourceDownload) XXX_DiscardUnknown

func (m *AnsNodeResourceDownload) XXX_DiscardUnknown()

func (*AnsNodeResourceDownload) XXX_Marshal

func (m *AnsNodeResourceDownload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeResourceDownload) XXX_Merge

func (m *AnsNodeResourceDownload) XXX_Merge(src proto.Message)

func (*AnsNodeResourceDownload) XXX_Size

func (m *AnsNodeResourceDownload) XXX_Size() int

func (*AnsNodeResourceDownload) XXX_Unmarshal

func (m *AnsNodeResourceDownload) XXX_Unmarshal(b []byte) error

type AnsNodeResourceList

type AnsNodeResourceList struct {
	Length               int64          `protobuf:"varint,1,opt,name=Length,proto3" json:"Length,omitempty"`
	NodeResourceList     []NodeResource `protobuf:"bytes,2,rep,name=NodeResourceList,proto3" json:"NodeResourceList"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AnsNodeResourceList) Descriptor

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

func (*AnsNodeResourceList) GetLength

func (m *AnsNodeResourceList) GetLength() int64

func (*AnsNodeResourceList) GetNodeResourceList

func (m *AnsNodeResourceList) GetNodeResourceList() []NodeResource

func (*AnsNodeResourceList) Marshal

func (m *AnsNodeResourceList) Marshal() (dAtA []byte, err error)

func (*AnsNodeResourceList) MarshalTo

func (m *AnsNodeResourceList) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeResourceList) MarshalToSizedBuffer

func (m *AnsNodeResourceList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeResourceList) ProtoMessage

func (*AnsNodeResourceList) ProtoMessage()

func (*AnsNodeResourceList) Reset

func (m *AnsNodeResourceList) Reset()

func (*AnsNodeResourceList) Size

func (m *AnsNodeResourceList) Size() (n int)

func (*AnsNodeResourceList) String

func (m *AnsNodeResourceList) String() string

func (*AnsNodeResourceList) Unmarshal

func (m *AnsNodeResourceList) Unmarshal(dAtA []byte) error

func (*AnsNodeResourceList) XXX_DiscardUnknown

func (m *AnsNodeResourceList) XXX_DiscardUnknown()

func (*AnsNodeResourceList) XXX_Marshal

func (m *AnsNodeResourceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeResourceList) XXX_Merge

func (m *AnsNodeResourceList) XXX_Merge(src proto.Message)

func (*AnsNodeResourceList) XXX_Size

func (m *AnsNodeResourceList) XXX_Size() int

func (*AnsNodeResourceList) XXX_Unmarshal

func (m *AnsNodeResourceList) XXX_Unmarshal(b []byte) error

type AnsNodeResourceUpload

type AnsNodeResourceUpload struct {
	NodeResource         NodeResource `protobuf:"bytes,1,opt,name=NodeResource,proto3" json:"NodeResource"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AnsNodeResourceUpload) Descriptor

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

func (*AnsNodeResourceUpload) GetNodeResource

func (m *AnsNodeResourceUpload) GetNodeResource() NodeResource

func (*AnsNodeResourceUpload) Marshal

func (m *AnsNodeResourceUpload) Marshal() (dAtA []byte, err error)

func (*AnsNodeResourceUpload) MarshalTo

func (m *AnsNodeResourceUpload) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeResourceUpload) MarshalToSizedBuffer

func (m *AnsNodeResourceUpload) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeResourceUpload) ProtoMessage

func (*AnsNodeResourceUpload) ProtoMessage()

func (*AnsNodeResourceUpload) Reset

func (m *AnsNodeResourceUpload) Reset()

func (*AnsNodeResourceUpload) Size

func (m *AnsNodeResourceUpload) Size() (n int)

func (*AnsNodeResourceUpload) String

func (m *AnsNodeResourceUpload) String() string

func (*AnsNodeResourceUpload) Unmarshal

func (m *AnsNodeResourceUpload) Unmarshal(dAtA []byte) error

func (*AnsNodeResourceUpload) XXX_DiscardUnknown

func (m *AnsNodeResourceUpload) XXX_DiscardUnknown()

func (*AnsNodeResourceUpload) XXX_Marshal

func (m *AnsNodeResourceUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeResourceUpload) XXX_Merge

func (m *AnsNodeResourceUpload) XXX_Merge(src proto.Message)

func (*AnsNodeResourceUpload) XXX_Size

func (m *AnsNodeResourceUpload) XXX_Size() int

func (*AnsNodeResourceUpload) XXX_Unmarshal

func (m *AnsNodeResourceUpload) XXX_Unmarshal(b []byte) error

type AnsNodeTest

type AnsNodeTest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnsNodeTest) Descriptor

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

func (*AnsNodeTest) Marshal

func (m *AnsNodeTest) Marshal() (dAtA []byte, err error)

func (*AnsNodeTest) MarshalTo

func (m *AnsNodeTest) MarshalTo(dAtA []byte) (int, error)

func (*AnsNodeTest) MarshalToSizedBuffer

func (m *AnsNodeTest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsNodeTest) ProtoMessage

func (*AnsNodeTest) ProtoMessage()

func (*AnsNodeTest) Reset

func (m *AnsNodeTest) Reset()

func (*AnsNodeTest) Size

func (m *AnsNodeTest) Size() (n int)

func (*AnsNodeTest) String

func (m *AnsNodeTest) String() string

func (*AnsNodeTest) Unmarshal

func (m *AnsNodeTest) Unmarshal(dAtA []byte) error

func (*AnsNodeTest) XXX_DiscardUnknown

func (m *AnsNodeTest) XXX_DiscardUnknown()

func (*AnsNodeTest) XXX_Marshal

func (m *AnsNodeTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsNodeTest) XXX_Merge

func (m *AnsNodeTest) XXX_Merge(src proto.Message)

func (*AnsNodeTest) XXX_Size

func (m *AnsNodeTest) XXX_Size() int

func (*AnsNodeTest) XXX_Unmarshal

func (m *AnsNodeTest) XXX_Unmarshal(b []byte) error

type AnsSystemInitInfo

type AnsSystemInitInfo struct {
	SystemInit           bool     `protobuf:"varint,1,opt,name=systemInit,proto3" json:"systemInit,omitempty"`
	OpenRegister         bool     `protobuf:"varint,2,opt,name=openRegister,proto3" json:"openRegister,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AnsSystemInitInfo) Descriptor

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

func (*AnsSystemInitInfo) GetOpenRegister

func (m *AnsSystemInitInfo) GetOpenRegister() bool

func (*AnsSystemInitInfo) GetSystemInit

func (m *AnsSystemInitInfo) GetSystemInit() bool

func (*AnsSystemInitInfo) Marshal

func (m *AnsSystemInitInfo) Marshal() (dAtA []byte, err error)

func (*AnsSystemInitInfo) MarshalTo

func (m *AnsSystemInitInfo) MarshalTo(dAtA []byte) (int, error)

func (*AnsSystemInitInfo) MarshalToSizedBuffer

func (m *AnsSystemInitInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsSystemInitInfo) ProtoMessage

func (*AnsSystemInitInfo) ProtoMessage()

func (*AnsSystemInitInfo) Reset

func (m *AnsSystemInitInfo) Reset()

func (*AnsSystemInitInfo) Size

func (m *AnsSystemInitInfo) Size() (n int)

func (*AnsSystemInitInfo) String

func (m *AnsSystemInitInfo) String() string

func (*AnsSystemInitInfo) Unmarshal

func (m *AnsSystemInitInfo) Unmarshal(dAtA []byte) error

func (*AnsSystemInitInfo) XXX_DiscardUnknown

func (m *AnsSystemInitInfo) XXX_DiscardUnknown()

func (*AnsSystemInitInfo) XXX_Marshal

func (m *AnsSystemInitInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsSystemInitInfo) XXX_Merge

func (m *AnsSystemInitInfo) XXX_Merge(src proto.Message)

func (*AnsSystemInitInfo) XXX_Size

func (m *AnsSystemInitInfo) XXX_Size() int

func (*AnsSystemInitInfo) XXX_Unmarshal

func (m *AnsSystemInitInfo) XXX_Unmarshal(b []byte) error
type AnsTopLinkList struct {
	TopLinkList          []TopLink `protobuf:"bytes,1,rep,name=TopLinkList,proto3" json:"TopLinkList"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*AnsTopLinkList) Descriptor

func (*AnsTopLinkList) Descriptor() ([]byte, []int)
func (m *AnsTopLinkList) GetTopLinkList() []TopLink

func (*AnsTopLinkList) Marshal

func (m *AnsTopLinkList) Marshal() (dAtA []byte, err error)

func (*AnsTopLinkList) MarshalTo

func (m *AnsTopLinkList) MarshalTo(dAtA []byte) (int, error)

func (*AnsTopLinkList) MarshalToSizedBuffer

func (m *AnsTopLinkList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AnsTopLinkList) ProtoMessage

func (*AnsTopLinkList) ProtoMessage()

func (*AnsTopLinkList) Reset

func (m *AnsTopLinkList) Reset()

func (*AnsTopLinkList) Size

func (m *AnsTopLinkList) Size() (n int)

func (*AnsTopLinkList) String

func (m *AnsTopLinkList) String() string

func (*AnsTopLinkList) Unmarshal

func (m *AnsTopLinkList) Unmarshal(dAtA []byte) error

func (*AnsTopLinkList) XXX_DiscardUnknown

func (m *AnsTopLinkList) XXX_DiscardUnknown()

func (*AnsTopLinkList) XXX_Marshal

func (m *AnsTopLinkList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AnsTopLinkList) XXX_Merge

func (m *AnsTopLinkList) XXX_Merge(src proto.Message)

func (*AnsTopLinkList) XXX_Size

func (m *AnsTopLinkList) XXX_Size() int

func (*AnsTopLinkList) XXX_Unmarshal

func (m *AnsTopLinkList) XXX_Unmarshal(b []byte) error

type Base

type Base struct {
	ID                   int64    `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	UpdateTime           int64    `protobuf:"varint,2,opt,name=UpdateTime,proto3" json:"UpdateTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Base) Descriptor

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

func (*Base) GetID

func (m *Base) GetID() int64

func (*Base) GetUpdateTime

func (m *Base) GetUpdateTime() int64

func (*Base) Marshal

func (m *Base) Marshal() (dAtA []byte, err error)

func (*Base) MarshalTo

func (m *Base) MarshalTo(dAtA []byte) (int, error)

func (*Base) MarshalToSizedBuffer

func (m *Base) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Base) ProtoMessage

func (*Base) ProtoMessage()

func (*Base) Reset

func (m *Base) Reset()

func (*Base) Size

func (m *Base) Size() (n int)

func (*Base) String

func (m *Base) String() string

func (*Base) Unmarshal

func (m *Base) Unmarshal(dAtA []byte) error

func (*Base) XXX_DiscardUnknown

func (m *Base) XXX_DiscardUnknown()

func (*Base) XXX_Marshal

func (m *Base) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Base) XXX_Merge

func (m *Base) XXX_Merge(src proto.Message)

func (*Base) XXX_Size

func (m *Base) XXX_Size() int

func (*Base) XXX_Unmarshal

func (m *Base) XXX_Unmarshal(b []byte) error

type HttpError

type HttpError int32
const (
	HttpError_HttpErrorNull                HttpError = 0
	HttpError_HttpErrorGetHeader           HttpError = 601
	HttpError_HttpErrorGetBody             HttpError = 602
	HttpError_HttpErrorGetFile             HttpError = 603
	HttpError_HttpErrorCheckFile           HttpError = 604
	HttpError_HttpErrorMarshal             HttpError = 605
	HttpError_HttpErrorUnmarshal           HttpError = 606
	HttpError_HttpErrorRegister            HttpError = 607
	HttpError_HttpErrorLoginWithAccount    HttpError = 608
	HttpError_HttpErrorPasswordWithAccount HttpError = 609
	HttpError_HttpErrorLoginWithToken      HttpError = 610
	HttpError_HttpErrorLevelLow            HttpError = 611
	HttpError_HttpErrorRequest             HttpError = 612
)

func (HttpError) EnumDescriptor

func (HttpError) EnumDescriptor() ([]byte, []int)

func (HttpError) String

func (x HttpError) String() string

type HttpMessage

type HttpMessage struct {
	Order                Order    `protobuf:"varint,1,opt,name=order,proto3,enum=protoManage.Order" json:"order,omitempty"`
	Message              []byte   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Token                string   `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HttpMessage) Descriptor

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

func (*HttpMessage) GetMessage

func (m *HttpMessage) GetMessage() []byte

func (*HttpMessage) GetOrder

func (m *HttpMessage) GetOrder() Order

func (*HttpMessage) GetToken

func (m *HttpMessage) GetToken() string

func (*HttpMessage) Marshal

func (m *HttpMessage) Marshal() (dAtA []byte, err error)

func (*HttpMessage) MarshalTo

func (m *HttpMessage) MarshalTo(dAtA []byte) (int, error)

func (*HttpMessage) MarshalToSizedBuffer

func (m *HttpMessage) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HttpMessage) ProtoMessage

func (*HttpMessage) ProtoMessage()

func (*HttpMessage) Reset

func (m *HttpMessage) Reset()

func (*HttpMessage) Size

func (m *HttpMessage) Size() (n int)

func (*HttpMessage) String

func (m *HttpMessage) String() string

func (*HttpMessage) Unmarshal

func (m *HttpMessage) Unmarshal(dAtA []byte) error

func (*HttpMessage) XXX_DiscardUnknown

func (m *HttpMessage) XXX_DiscardUnknown()

func (*HttpMessage) XXX_Marshal

func (m *HttpMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HttpMessage) XXX_Merge

func (m *HttpMessage) XXX_Merge(src proto.Message)

func (*HttpMessage) XXX_Size

func (m *HttpMessage) XXX_Size() int

func (*HttpMessage) XXX_Unmarshal

func (m *HttpMessage) XXX_Unmarshal(b []byte) error

type Level

type Level int32
const (
	Level_LevelNot          Level = 0
	Level_LevelPrimary      Level = 1
	Level_LevelIntermediate Level = 2
	Level_LevelSenior       Level = 3
	Level_LevelSuper        Level = 4
)

func (Level) EnumDescriptor

func (Level) EnumDescriptor() ([]byte, []int)

func (Level) String

func (x Level) String() string

type Manager

type Manager struct {
	Base                 Base     `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Password             string   `protobuf:"bytes,3,opt,name=Password,proto3" json:"Password,omitempty"`
	NickName             string   `protobuf:"bytes,4,opt,name=NickName,proto3" json:"NickName,omitempty"`
	Token                string   `protobuf:"bytes,5,opt,name=Token,proto3" json:"Token,omitempty"`
	Setting              string   `protobuf:"bytes,6,opt,name=Setting,proto3" json:"Setting,omitempty"`
	Level                Level    `protobuf:"varint,7,opt,name=Level,proto3,enum=protoManage.Level" json:"Level,omitempty"`
	State                State    `protobuf:"varint,8,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Manager) Descriptor

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

func (*Manager) GetBase

func (m *Manager) GetBase() Base

func (*Manager) GetLevel

func (m *Manager) GetLevel() Level

func (*Manager) GetName

func (m *Manager) GetName() string

func (*Manager) GetNickName

func (m *Manager) GetNickName() string

func (*Manager) GetPassword

func (m *Manager) GetPassword() string

func (*Manager) GetSetting

func (m *Manager) GetSetting() string

func (*Manager) GetState

func (m *Manager) GetState() State

func (*Manager) GetToken

func (m *Manager) GetToken() string

func (*Manager) Marshal

func (m *Manager) Marshal() (dAtA []byte, err error)

func (*Manager) MarshalTo

func (m *Manager) MarshalTo(dAtA []byte) (int, error)

func (*Manager) MarshalToSizedBuffer

func (m *Manager) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Manager) ProtoMessage

func (*Manager) ProtoMessage()

func (*Manager) Reset

func (m *Manager) Reset()

func (*Manager) Size

func (m *Manager) Size() (n int)

func (*Manager) String

func (m *Manager) String() string

func (*Manager) Unmarshal

func (m *Manager) Unmarshal(dAtA []byte) error

func (*Manager) XXX_DiscardUnknown

func (m *Manager) XXX_DiscardUnknown()

func (*Manager) XXX_Marshal

func (m *Manager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Manager) XXX_Merge

func (m *Manager) XXX_Merge(src proto.Message)

func (*Manager) XXX_Size

func (m *Manager) XXX_Size() int

func (*Manager) XXX_Unmarshal

func (m *Manager) XXX_Unmarshal(b []byte) error

type Message

type Message struct {
	Order                Order    `protobuf:"varint,1,opt,name=order,proto3,enum=protoManage.Order" json:"order,omitempty"`
	Message              []byte   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Message) Descriptor

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

func (*Message) GetMessage

func (m *Message) GetMessage() []byte

func (*Message) GetOrder

func (m *Message) GetOrder() Order

func (*Message) Marshal

func (m *Message) Marshal() (dAtA []byte, err error)

func (*Message) MarshalTo

func (m *Message) MarshalTo(dAtA []byte) (int, error)

func (*Message) MarshalToSizedBuffer

func (m *Message) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) Reset

func (m *Message) Reset()

func (*Message) Size

func (m *Message) Size() (n int)

func (*Message) String

func (m *Message) String() string

func (*Message) Unmarshal

func (m *Message) Unmarshal(dAtA []byte) error

func (*Message) XXX_DiscardUnknown

func (m *Message) XXX_DiscardUnknown()

func (*Message) XXX_Marshal

func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Message) XXX_Merge

func (m *Message) XXX_Merge(src proto.Message)

func (*Message) XXX_Size

func (m *Message) XXX_Size() int

func (*Message) XXX_Unmarshal

func (m *Message) XXX_Unmarshal(b []byte) error

type Node

type Node struct {
	Base                 Base     `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	State                State    `protobuf:"varint,3,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Node) Descriptor

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

func (*Node) GetBase

func (m *Node) GetBase() Base

func (*Node) GetName

func (m *Node) GetName() string

func (*Node) GetState

func (m *Node) GetState() State

func (*Node) Marshal

func (m *Node) Marshal() (dAtA []byte, err error)

func (*Node) MarshalTo

func (m *Node) MarshalTo(dAtA []byte) (int, error)

func (*Node) MarshalToSizedBuffer

func (m *Node) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) Size

func (m *Node) Size() (n int)

func (*Node) String

func (m *Node) String() string

func (*Node) Unmarshal

func (m *Node) Unmarshal(dAtA []byte) error

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Node) XXX_Merge

func (m *Node) XXX_Merge(src proto.Message)

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

func (m *Node) XXX_Unmarshal(b []byte) error

type NodeFunc

type NodeFunc struct {
	Base                 Base     `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	NodeID               int64    `protobuf:"varint,2,opt,name=NodeID,proto3" json:"NodeID,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	Func                 string   `protobuf:"bytes,4,opt,name=Func,proto3" json:"Func,omitempty"`
	Schema               string   `protobuf:"bytes,5,opt,name=Schema,proto3" json:"Schema,omitempty"`
	Level                Level    `protobuf:"varint,6,opt,name=Level,proto3,enum=protoManage.Level" json:"Level,omitempty"`
	State                State    `protobuf:"varint,7,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeFunc) Descriptor

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

func (*NodeFunc) GetBase

func (m *NodeFunc) GetBase() Base

func (*NodeFunc) GetFunc

func (m *NodeFunc) GetFunc() string

func (*NodeFunc) GetLevel

func (m *NodeFunc) GetLevel() Level

func (*NodeFunc) GetName

func (m *NodeFunc) GetName() string

func (*NodeFunc) GetNodeID

func (m *NodeFunc) GetNodeID() int64

func (*NodeFunc) GetSchema

func (m *NodeFunc) GetSchema() string

func (*NodeFunc) GetState

func (m *NodeFunc) GetState() State

func (*NodeFunc) Marshal

func (m *NodeFunc) Marshal() (dAtA []byte, err error)

func (*NodeFunc) MarshalTo

func (m *NodeFunc) MarshalTo(dAtA []byte) (int, error)

func (*NodeFunc) MarshalToSizedBuffer

func (m *NodeFunc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeFunc) ProtoMessage

func (*NodeFunc) ProtoMessage()

func (*NodeFunc) Reset

func (m *NodeFunc) Reset()

func (*NodeFunc) Size

func (m *NodeFunc) Size() (n int)

func (*NodeFunc) String

func (m *NodeFunc) String() string

func (*NodeFunc) Unmarshal

func (m *NodeFunc) Unmarshal(dAtA []byte) error

func (*NodeFunc) XXX_DiscardUnknown

func (m *NodeFunc) XXX_DiscardUnknown()

func (*NodeFunc) XXX_Marshal

func (m *NodeFunc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeFunc) XXX_Merge

func (m *NodeFunc) XXX_Merge(src proto.Message)

func (*NodeFunc) XXX_Size

func (m *NodeFunc) XXX_Size() int

func (*NodeFunc) XXX_Unmarshal

func (m *NodeFunc) XXX_Unmarshal(b []byte) error

type NodeFuncCall

type NodeFuncCall struct {
	Base                 Base               `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	RequesterID          int64              `protobuf:"varint,2,opt,name=RequesterID,proto3" json:"RequesterID,omitempty"`
	RequesterName        string             `protobuf:"bytes,3,opt,name=RequesterName,proto3" json:"RequesterName,omitempty"`
	FuncID               int64              `protobuf:"varint,4,opt,name=FuncID,proto3" json:"FuncID,omitempty"`
	Parameter            string             `protobuf:"bytes,5,opt,name=Parameter,proto3" json:"Parameter,omitempty"`
	ReturnVal            string             `protobuf:"bytes,6,opt,name=ReturnVal,proto3" json:"ReturnVal,omitempty"`
	ReturnType           NodeFuncReturnType `protobuf:"varint,7,opt,name=ReturnType,proto3,enum=protoManage.NodeFuncReturnType" json:"ReturnType,omitempty"`
	State                State              `protobuf:"varint,8,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*NodeFuncCall) Descriptor

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

func (*NodeFuncCall) GetBase

func (m *NodeFuncCall) GetBase() Base

func (*NodeFuncCall) GetFuncID

func (m *NodeFuncCall) GetFuncID() int64

func (*NodeFuncCall) GetParameter

func (m *NodeFuncCall) GetParameter() string

func (*NodeFuncCall) GetRequesterID

func (m *NodeFuncCall) GetRequesterID() int64

func (*NodeFuncCall) GetRequesterName

func (m *NodeFuncCall) GetRequesterName() string

func (*NodeFuncCall) GetReturnType

func (m *NodeFuncCall) GetReturnType() NodeFuncReturnType

func (*NodeFuncCall) GetReturnVal

func (m *NodeFuncCall) GetReturnVal() string

func (*NodeFuncCall) GetState

func (m *NodeFuncCall) GetState() State

func (*NodeFuncCall) Marshal

func (m *NodeFuncCall) Marshal() (dAtA []byte, err error)

func (*NodeFuncCall) MarshalTo

func (m *NodeFuncCall) MarshalTo(dAtA []byte) (int, error)

func (*NodeFuncCall) MarshalToSizedBuffer

func (m *NodeFuncCall) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeFuncCall) ProtoMessage

func (*NodeFuncCall) ProtoMessage()

func (*NodeFuncCall) Reset

func (m *NodeFuncCall) Reset()

func (*NodeFuncCall) Size

func (m *NodeFuncCall) Size() (n int)

func (*NodeFuncCall) String

func (m *NodeFuncCall) String() string

func (*NodeFuncCall) Unmarshal

func (m *NodeFuncCall) Unmarshal(dAtA []byte) error

func (*NodeFuncCall) XXX_DiscardUnknown

func (m *NodeFuncCall) XXX_DiscardUnknown()

func (*NodeFuncCall) XXX_Marshal

func (m *NodeFuncCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeFuncCall) XXX_Merge

func (m *NodeFuncCall) XXX_Merge(src proto.Message)

func (*NodeFuncCall) XXX_Size

func (m *NodeFuncCall) XXX_Size() int

func (*NodeFuncCall) XXX_Unmarshal

func (m *NodeFuncCall) XXX_Unmarshal(b []byte) error

type NodeFuncReturnType

type NodeFuncReturnType int32
const (
	NodeFuncReturnType_Unknown   NodeFuncReturnType = 0
	NodeFuncReturnType_NotReturn NodeFuncReturnType = 1
	NodeFuncReturnType_Error     NodeFuncReturnType = 2
	NodeFuncReturnType_Text      NodeFuncReturnType = 3
	NodeFuncReturnType_Json      NodeFuncReturnType = 4
	NodeFuncReturnType_Link      NodeFuncReturnType = 5
	NodeFuncReturnType_Image     NodeFuncReturnType = 6
	NodeFuncReturnType_Media     NodeFuncReturnType = 7
	NodeFuncReturnType_File      NodeFuncReturnType = 8
	NodeFuncReturnType_Table     NodeFuncReturnType = 9
	NodeFuncReturnType_Charts    NodeFuncReturnType = 10
)

func (NodeFuncReturnType) EnumDescriptor

func (NodeFuncReturnType) EnumDescriptor() ([]byte, []int)

func (NodeFuncReturnType) String

func (x NodeFuncReturnType) String() string

type NodeNotify

type NodeNotify struct {
	Base                 Base             `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	SenderID             int64            `protobuf:"varint,2,opt,name=SenderID,proto3" json:"SenderID,omitempty"`
	SenderName           string           `protobuf:"bytes,3,opt,name=SenderName,proto3" json:"SenderName,omitempty"`
	SenderType           NotifySenderType `protobuf:"varint,4,opt,name=SenderType,proto3,enum=protoManage.NotifySenderType" json:"SenderType,omitempty"`
	Message              string           `protobuf:"bytes,5,opt,name=Message,proto3" json:"Message,omitempty"`
	State                State            `protobuf:"varint,6,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	ShowPop              bool             `protobuf:"varint,7,opt,name=showPop,proto3" json:"showPop,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*NodeNotify) Descriptor

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

func (*NodeNotify) GetBase

func (m *NodeNotify) GetBase() Base

func (*NodeNotify) GetMessage

func (m *NodeNotify) GetMessage() string

func (*NodeNotify) GetSenderID

func (m *NodeNotify) GetSenderID() int64

func (*NodeNotify) GetSenderName

func (m *NodeNotify) GetSenderName() string

func (*NodeNotify) GetSenderType

func (m *NodeNotify) GetSenderType() NotifySenderType

func (*NodeNotify) GetShowPop

func (m *NodeNotify) GetShowPop() bool

func (*NodeNotify) GetState

func (m *NodeNotify) GetState() State

func (*NodeNotify) Marshal

func (m *NodeNotify) Marshal() (dAtA []byte, err error)

func (*NodeNotify) MarshalTo

func (m *NodeNotify) MarshalTo(dAtA []byte) (int, error)

func (*NodeNotify) MarshalToSizedBuffer

func (m *NodeNotify) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeNotify) ProtoMessage

func (*NodeNotify) ProtoMessage()

func (*NodeNotify) Reset

func (m *NodeNotify) Reset()

func (*NodeNotify) Size

func (m *NodeNotify) Size() (n int)

func (*NodeNotify) String

func (m *NodeNotify) String() string

func (*NodeNotify) Unmarshal

func (m *NodeNotify) Unmarshal(dAtA []byte) error

func (*NodeNotify) XXX_DiscardUnknown

func (m *NodeNotify) XXX_DiscardUnknown()

func (*NodeNotify) XXX_Marshal

func (m *NodeNotify) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeNotify) XXX_Merge

func (m *NodeNotify) XXX_Merge(src proto.Message)

func (*NodeNotify) XXX_Size

func (m *NodeNotify) XXX_Size() int

func (*NodeNotify) XXX_Unmarshal

func (m *NodeNotify) XXX_Unmarshal(b []byte) error

type NodeReport

type NodeReport struct {
	Base                 Base           `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	NodeID               int64          `protobuf:"varint,2,opt,name=NodeID,proto3" json:"NodeID,omitempty"`
	Name                 string         `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	Type                 NodeReportType `protobuf:"varint,4,opt,name=Type,proto3,enum=protoManage.NodeReportType" json:"Type,omitempty"`
	Func                 string         `protobuf:"bytes,5,opt,name=Func,proto3" json:"Func,omitempty"`
	Schema               string         `protobuf:"bytes,6,opt,name=Schema,proto3" json:"Schema,omitempty"`
	Interval             int64          `protobuf:"varint,7,opt,name=Interval,proto3" json:"Interval,omitempty"`
	Level                Level          `protobuf:"varint,8,opt,name=Level,proto3,enum=protoManage.Level" json:"Level,omitempty"`
	State                State          `protobuf:"varint,9,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*NodeReport) Descriptor

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

func (*NodeReport) GetBase

func (m *NodeReport) GetBase() Base

func (*NodeReport) GetFunc

func (m *NodeReport) GetFunc() string

func (*NodeReport) GetInterval

func (m *NodeReport) GetInterval() int64

func (*NodeReport) GetLevel

func (m *NodeReport) GetLevel() Level

func (*NodeReport) GetName

func (m *NodeReport) GetName() string

func (*NodeReport) GetNodeID

func (m *NodeReport) GetNodeID() int64

func (*NodeReport) GetSchema

func (m *NodeReport) GetSchema() string

func (*NodeReport) GetState

func (m *NodeReport) GetState() State

func (*NodeReport) GetType

func (m *NodeReport) GetType() NodeReportType

func (*NodeReport) Marshal

func (m *NodeReport) Marshal() (dAtA []byte, err error)

func (*NodeReport) MarshalTo

func (m *NodeReport) MarshalTo(dAtA []byte) (int, error)

func (*NodeReport) MarshalToSizedBuffer

func (m *NodeReport) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeReport) ProtoMessage

func (*NodeReport) ProtoMessage()

func (*NodeReport) Reset

func (m *NodeReport) Reset()

func (*NodeReport) Size

func (m *NodeReport) Size() (n int)

func (*NodeReport) String

func (m *NodeReport) String() string

func (*NodeReport) Unmarshal

func (m *NodeReport) Unmarshal(dAtA []byte) error

func (*NodeReport) XXX_DiscardUnknown

func (m *NodeReport) XXX_DiscardUnknown()

func (*NodeReport) XXX_Marshal

func (m *NodeReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeReport) XXX_Merge

func (m *NodeReport) XXX_Merge(src proto.Message)

func (*NodeReport) XXX_Size

func (m *NodeReport) XXX_Size() int

func (*NodeReport) XXX_Unmarshal

func (m *NodeReport) XXX_Unmarshal(b []byte) error

type NodeReportType

type NodeReportType int32
const (
	NodeReportType_NodeReportTypeUnknown NodeReportType = 0
	NodeReportType_NodeReportTypeTable   NodeReportType = 1
	NodeReportType_NodeReportTypeLine    NodeReportType = 2
)

func (NodeReportType) EnumDescriptor

func (NodeReportType) EnumDescriptor() ([]byte, []int)

func (NodeReportType) String

func (x NodeReportType) String() string

type NodeReportVal

type NodeReportVal struct {
	Base                 Base     `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	ReportID             int64    `protobuf:"varint,2,opt,name=ReportID,proto3" json:"ReportID,omitempty"`
	Value                string   `protobuf:"bytes,3,opt,name=Value,proto3" json:"Value,omitempty"`
	State                State    `protobuf:"varint,4,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NodeReportVal) Descriptor

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

func (*NodeReportVal) GetBase

func (m *NodeReportVal) GetBase() Base

func (*NodeReportVal) GetReportID

func (m *NodeReportVal) GetReportID() int64

func (*NodeReportVal) GetState

func (m *NodeReportVal) GetState() State

func (*NodeReportVal) GetValue

func (m *NodeReportVal) GetValue() string

func (*NodeReportVal) Marshal

func (m *NodeReportVal) Marshal() (dAtA []byte, err error)

func (*NodeReportVal) MarshalTo

func (m *NodeReportVal) MarshalTo(dAtA []byte) (int, error)

func (*NodeReportVal) MarshalToSizedBuffer

func (m *NodeReportVal) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeReportVal) ProtoMessage

func (*NodeReportVal) ProtoMessage()

func (*NodeReportVal) Reset

func (m *NodeReportVal) Reset()

func (*NodeReportVal) Size

func (m *NodeReportVal) Size() (n int)

func (*NodeReportVal) String

func (m *NodeReportVal) String() string

func (*NodeReportVal) Unmarshal

func (m *NodeReportVal) Unmarshal(dAtA []byte) error

func (*NodeReportVal) XXX_DiscardUnknown

func (m *NodeReportVal) XXX_DiscardUnknown()

func (*NodeReportVal) XXX_Marshal

func (m *NodeReportVal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeReportVal) XXX_Merge

func (m *NodeReportVal) XXX_Merge(src proto.Message)

func (*NodeReportVal) XXX_Size

func (m *NodeReportVal) XXX_Size() int

func (*NodeReportVal) XXX_Unmarshal

func (m *NodeReportVal) XXX_Unmarshal(b []byte) error

type NodeResource

type NodeResource struct {
	Base                 Base             `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	Name                 string           `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Md5                  string           `protobuf:"bytes,3,opt,name=Md5,proto3" json:"Md5,omitempty"`
	Sizes                int64            `protobuf:"varint,4,opt,name=Sizes,proto3" json:"Sizes,omitempty"`
	Type                 NodeResourceType `protobuf:"varint,5,opt,name=Type,proto3,enum=protoManage.NodeResourceType" json:"Type,omitempty"`
	UploaderID           int64            `protobuf:"varint,6,opt,name=UploaderID,proto3" json:"UploaderID,omitempty"`
	UploaderName         string           `protobuf:"bytes,7,opt,name=UploaderName,proto3" json:"UploaderName,omitempty"`
	UploaderType         NotifySenderType `protobuf:"varint,8,opt,name=UploaderType,proto3,enum=protoManage.NotifySenderType" json:"UploaderType,omitempty"`
	UploadTime           int64            `protobuf:"varint,9,opt,name=UploadTime,proto3" json:"UploadTime,omitempty"`
	DownLoadCnt          int64            `protobuf:"varint,10,opt,name=DownLoadCnt,proto3" json:"DownLoadCnt,omitempty"`
	State                State            `protobuf:"varint,11,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*NodeResource) Descriptor

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

func (*NodeResource) GetBase

func (m *NodeResource) GetBase() Base

func (*NodeResource) GetDownLoadCnt

func (m *NodeResource) GetDownLoadCnt() int64

func (*NodeResource) GetMd5

func (m *NodeResource) GetMd5() string

func (*NodeResource) GetName

func (m *NodeResource) GetName() string

func (*NodeResource) GetSizes

func (m *NodeResource) GetSizes() int64

func (*NodeResource) GetState

func (m *NodeResource) GetState() State

func (*NodeResource) GetType

func (m *NodeResource) GetType() NodeResourceType

func (*NodeResource) GetUploadTime added in v1.1.0

func (m *NodeResource) GetUploadTime() int64

func (*NodeResource) GetUploaderID

func (m *NodeResource) GetUploaderID() int64

func (*NodeResource) GetUploaderName

func (m *NodeResource) GetUploaderName() string

func (*NodeResource) GetUploaderType

func (m *NodeResource) GetUploaderType() NotifySenderType

func (*NodeResource) Marshal

func (m *NodeResource) Marshal() (dAtA []byte, err error)

func (*NodeResource) MarshalTo

func (m *NodeResource) MarshalTo(dAtA []byte) (int, error)

func (*NodeResource) MarshalToSizedBuffer

func (m *NodeResource) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeResource) ProtoMessage

func (*NodeResource) ProtoMessage()

func (*NodeResource) Reset

func (m *NodeResource) Reset()

func (*NodeResource) Size

func (m *NodeResource) Size() (n int)

func (*NodeResource) String

func (m *NodeResource) String() string

func (*NodeResource) Unmarshal

func (m *NodeResource) Unmarshal(dAtA []byte) error

func (*NodeResource) XXX_DiscardUnknown

func (m *NodeResource) XXX_DiscardUnknown()

func (*NodeResource) XXX_Marshal

func (m *NodeResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeResource) XXX_Merge

func (m *NodeResource) XXX_Merge(src proto.Message)

func (*NodeResource) XXX_Size

func (m *NodeResource) XXX_Size() int

func (*NodeResource) XXX_Unmarshal

func (m *NodeResource) XXX_Unmarshal(b []byte) error

type NodeResourceType

type NodeResourceType int32
const (
	NodeResourceType_NodeResourceTypeUnknow NodeResourceType = 0
	NodeResourceType_NodeResourceTypeCache  NodeResourceType = 1
)

func (NodeResourceType) EnumDescriptor

func (NodeResourceType) EnumDescriptor() ([]byte, []int)

func (NodeResourceType) String

func (x NodeResourceType) String() string

type NotifySenderType

type NotifySenderType int32
const (
	NotifySenderType_NotifySenderTypeUnknow NotifySenderType = 0
	NotifySenderType_NotifySenderTypeUser   NotifySenderType = 1
	NotifySenderType_NotifySenderTypeNode   NotifySenderType = 2
)

func (NotifySenderType) EnumDescriptor

func (NotifySenderType) EnumDescriptor() ([]byte, []int)

func (NotifySenderType) String

func (x NotifySenderType) String() string

type Order

type Order int32
const (
	Order_Unknow              Order = 0
	Order_ManagerUpdate       Order = 101
	Order_ManagerDel          Order = 102
	Order_NodeFuncCallReq     Order = 608
	Order_NodeFuncCallAns     Order = 609
	Order_NodeReportUpdateVal Order = 704
	Order_NodeNotifyAdd       Order = 801
	Order_NodeNotifyError     Order = 803
)

func (Order) EnumDescriptor

func (Order) EnumDescriptor() ([]byte, []int)

func (Order) String

func (x Order) String() string

type Page

type Page struct {
	Count                int64    `protobuf:"varint,1,opt,name=Count,proto3" json:"Count,omitempty"`
	Num                  int64    `protobuf:"varint,2,opt,name=Num,proto3" json:"Num,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Page) Descriptor

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

func (*Page) GetCount

func (m *Page) GetCount() int64

func (*Page) GetNum

func (m *Page) GetNum() int64

func (*Page) Marshal

func (m *Page) Marshal() (dAtA []byte, err error)

func (*Page) MarshalTo

func (m *Page) MarshalTo(dAtA []byte) (int, error)

func (*Page) MarshalToSizedBuffer

func (m *Page) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Page) ProtoMessage

func (*Page) ProtoMessage()

func (*Page) Reset

func (m *Page) Reset()

func (*Page) Size

func (m *Page) Size() (n int)

func (*Page) String

func (m *Page) String() string

func (*Page) Unmarshal

func (m *Page) Unmarshal(dAtA []byte) error

func (*Page) XXX_DiscardUnknown

func (m *Page) XXX_DiscardUnknown()

func (*Page) XXX_Marshal

func (m *Page) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Page) XXX_Merge

func (m *Page) XXX_Merge(src proto.Message)

func (*Page) XXX_Size

func (m *Page) XXX_Size() int

func (*Page) XXX_Unmarshal

func (m *Page) XXX_Unmarshal(b []byte) error

type ReqManagerList

type ReqManagerList struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqManagerList) Descriptor

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

func (*ReqManagerList) Marshal

func (m *ReqManagerList) Marshal() (dAtA []byte, err error)

func (*ReqManagerList) MarshalTo

func (m *ReqManagerList) MarshalTo(dAtA []byte) (int, error)

func (*ReqManagerList) MarshalToSizedBuffer

func (m *ReqManagerList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqManagerList) ProtoMessage

func (*ReqManagerList) ProtoMessage()

func (*ReqManagerList) Reset

func (m *ReqManagerList) Reset()

func (*ReqManagerList) Size

func (m *ReqManagerList) Size() (n int)

func (*ReqManagerList) String

func (m *ReqManagerList) String() string

func (*ReqManagerList) Unmarshal

func (m *ReqManagerList) Unmarshal(dAtA []byte) error

func (*ReqManagerList) XXX_DiscardUnknown

func (m *ReqManagerList) XXX_DiscardUnknown()

func (*ReqManagerList) XXX_Marshal

func (m *ReqManagerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqManagerList) XXX_Merge

func (m *ReqManagerList) XXX_Merge(src proto.Message)

func (*ReqManagerList) XXX_Size

func (m *ReqManagerList) XXX_Size() int

func (*ReqManagerList) XXX_Unmarshal

func (m *ReqManagerList) XXX_Unmarshal(b []byte) error

type ReqNodeFuncCall

type ReqNodeFuncCall struct {
	NodeFuncCall         NodeFuncCall `protobuf:"bytes,1,opt,name=NodeFuncCall,proto3" json:"NodeFuncCall"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ReqNodeFuncCall) Descriptor

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

func (*ReqNodeFuncCall) GetNodeFuncCall

func (m *ReqNodeFuncCall) GetNodeFuncCall() NodeFuncCall

func (*ReqNodeFuncCall) Marshal

func (m *ReqNodeFuncCall) Marshal() (dAtA []byte, err error)

func (*ReqNodeFuncCall) MarshalTo

func (m *ReqNodeFuncCall) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeFuncCall) MarshalToSizedBuffer

func (m *ReqNodeFuncCall) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeFuncCall) ProtoMessage

func (*ReqNodeFuncCall) ProtoMessage()

func (*ReqNodeFuncCall) Reset

func (m *ReqNodeFuncCall) Reset()

func (*ReqNodeFuncCall) Size

func (m *ReqNodeFuncCall) Size() (n int)

func (*ReqNodeFuncCall) String

func (m *ReqNodeFuncCall) String() string

func (*ReqNodeFuncCall) Unmarshal

func (m *ReqNodeFuncCall) Unmarshal(dAtA []byte) error

func (*ReqNodeFuncCall) XXX_DiscardUnknown

func (m *ReqNodeFuncCall) XXX_DiscardUnknown()

func (*ReqNodeFuncCall) XXX_Marshal

func (m *ReqNodeFuncCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeFuncCall) XXX_Merge

func (m *ReqNodeFuncCall) XXX_Merge(src proto.Message)

func (*ReqNodeFuncCall) XXX_Size

func (m *ReqNodeFuncCall) XXX_Size() int

func (*ReqNodeFuncCall) XXX_Unmarshal

func (m *ReqNodeFuncCall) XXX_Unmarshal(b []byte) error

type ReqNodeFuncCallList

type ReqNodeFuncCallList struct {
	FuncID               int64    `protobuf:"varint,1,opt,name=FuncID,proto3" json:"FuncID,omitempty"`
	Page                 Page     `protobuf:"bytes,2,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeFuncCallList) Descriptor

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

func (*ReqNodeFuncCallList) GetFuncID

func (m *ReqNodeFuncCallList) GetFuncID() int64

func (*ReqNodeFuncCallList) GetPage

func (m *ReqNodeFuncCallList) GetPage() Page

func (*ReqNodeFuncCallList) Marshal

func (m *ReqNodeFuncCallList) Marshal() (dAtA []byte, err error)

func (*ReqNodeFuncCallList) MarshalTo

func (m *ReqNodeFuncCallList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeFuncCallList) MarshalToSizedBuffer

func (m *ReqNodeFuncCallList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeFuncCallList) ProtoMessage

func (*ReqNodeFuncCallList) ProtoMessage()

func (*ReqNodeFuncCallList) Reset

func (m *ReqNodeFuncCallList) Reset()

func (*ReqNodeFuncCallList) Size

func (m *ReqNodeFuncCallList) Size() (n int)

func (*ReqNodeFuncCallList) String

func (m *ReqNodeFuncCallList) String() string

func (*ReqNodeFuncCallList) Unmarshal

func (m *ReqNodeFuncCallList) Unmarshal(dAtA []byte) error

func (*ReqNodeFuncCallList) XXX_DiscardUnknown

func (m *ReqNodeFuncCallList) XXX_DiscardUnknown()

func (*ReqNodeFuncCallList) XXX_Marshal

func (m *ReqNodeFuncCallList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeFuncCallList) XXX_Merge

func (m *ReqNodeFuncCallList) XXX_Merge(src proto.Message)

func (*ReqNodeFuncCallList) XXX_Size

func (m *ReqNodeFuncCallList) XXX_Size() int

func (*ReqNodeFuncCallList) XXX_Unmarshal

func (m *ReqNodeFuncCallList) XXX_Unmarshal(b []byte) error

type ReqNodeFuncList

type ReqNodeFuncList struct {
	ID                   []int64  `protobuf:"varint,1,rep,packed,name=ID,proto3" json:"ID,omitempty"`
	Name                 []string `protobuf:"bytes,2,rep,name=Name,proto3" json:"Name,omitempty"`
	Level                []Level  `protobuf:"varint,3,rep,packed,name=Level,proto3,enum=protoManage.Level" json:"Level,omitempty"`
	LevelMax             Level    `protobuf:"varint,4,opt,name=LevelMax,proto3,enum=protoManage.Level" json:"LevelMax,omitempty"`
	NodeID               []int64  `protobuf:"varint,5,rep,packed,name=NodeID,proto3" json:"NodeID,omitempty"`
	NodeName             []string `protobuf:"bytes,6,rep,name=NodeName,proto3" json:"NodeName,omitempty"`
	UpdateTime           []Time   `protobuf:"bytes,7,rep,name=UpdateTime,proto3" json:"UpdateTime"`
	Page                 Page     `protobuf:"bytes,8,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeFuncList) Descriptor

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

func (*ReqNodeFuncList) GetID

func (m *ReqNodeFuncList) GetID() []int64

func (*ReqNodeFuncList) GetLevel

func (m *ReqNodeFuncList) GetLevel() []Level

func (*ReqNodeFuncList) GetLevelMax

func (m *ReqNodeFuncList) GetLevelMax() Level

func (*ReqNodeFuncList) GetName

func (m *ReqNodeFuncList) GetName() []string

func (*ReqNodeFuncList) GetNodeID

func (m *ReqNodeFuncList) GetNodeID() []int64

func (*ReqNodeFuncList) GetNodeName

func (m *ReqNodeFuncList) GetNodeName() []string

func (*ReqNodeFuncList) GetPage

func (m *ReqNodeFuncList) GetPage() Page

func (*ReqNodeFuncList) GetUpdateTime

func (m *ReqNodeFuncList) GetUpdateTime() []Time

func (*ReqNodeFuncList) Marshal

func (m *ReqNodeFuncList) Marshal() (dAtA []byte, err error)

func (*ReqNodeFuncList) MarshalTo

func (m *ReqNodeFuncList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeFuncList) MarshalToSizedBuffer

func (m *ReqNodeFuncList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeFuncList) ProtoMessage

func (*ReqNodeFuncList) ProtoMessage()

func (*ReqNodeFuncList) Reset

func (m *ReqNodeFuncList) Reset()

func (*ReqNodeFuncList) Size

func (m *ReqNodeFuncList) Size() (n int)

func (*ReqNodeFuncList) String

func (m *ReqNodeFuncList) String() string

func (*ReqNodeFuncList) Unmarshal

func (m *ReqNodeFuncList) Unmarshal(dAtA []byte) error

func (*ReqNodeFuncList) XXX_DiscardUnknown

func (m *ReqNodeFuncList) XXX_DiscardUnknown()

func (*ReqNodeFuncList) XXX_Marshal

func (m *ReqNodeFuncList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeFuncList) XXX_Merge

func (m *ReqNodeFuncList) XXX_Merge(src proto.Message)

func (*ReqNodeFuncList) XXX_Size

func (m *ReqNodeFuncList) XXX_Size() int

func (*ReqNodeFuncList) XXX_Unmarshal

func (m *ReqNodeFuncList) XXX_Unmarshal(b []byte) error

type ReqNodeList

type ReqNodeList struct {
	ID                   []int64  `protobuf:"varint,1,rep,packed,name=ID,proto3" json:"ID,omitempty"`
	Name                 []string `protobuf:"bytes,2,rep,name=Name,proto3" json:"Name,omitempty"`
	State                []State  `protobuf:"varint,3,rep,packed,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	UpdateTime           []Time   `protobuf:"bytes,4,rep,name=UpdateTime,proto3" json:"UpdateTime"`
	Page                 Page     `protobuf:"bytes,5,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeList) Descriptor

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

func (*ReqNodeList) GetID

func (m *ReqNodeList) GetID() []int64

func (*ReqNodeList) GetName

func (m *ReqNodeList) GetName() []string

func (*ReqNodeList) GetPage

func (m *ReqNodeList) GetPage() Page

func (*ReqNodeList) GetState

func (m *ReqNodeList) GetState() []State

func (*ReqNodeList) GetUpdateTime

func (m *ReqNodeList) GetUpdateTime() []Time

func (*ReqNodeList) Marshal

func (m *ReqNodeList) Marshal() (dAtA []byte, err error)

func (*ReqNodeList) MarshalTo

func (m *ReqNodeList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeList) MarshalToSizedBuffer

func (m *ReqNodeList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeList) ProtoMessage

func (*ReqNodeList) ProtoMessage()

func (*ReqNodeList) Reset

func (m *ReqNodeList) Reset()

func (*ReqNodeList) Size

func (m *ReqNodeList) Size() (n int)

func (*ReqNodeList) String

func (m *ReqNodeList) String() string

func (*ReqNodeList) Unmarshal

func (m *ReqNodeList) Unmarshal(dAtA []byte) error

func (*ReqNodeList) XXX_DiscardUnknown

func (m *ReqNodeList) XXX_DiscardUnknown()

func (*ReqNodeList) XXX_Marshal

func (m *ReqNodeList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeList) XXX_Merge

func (m *ReqNodeList) XXX_Merge(src proto.Message)

func (*ReqNodeList) XXX_Size

func (m *ReqNodeList) XXX_Size() int

func (*ReqNodeList) XXX_Unmarshal

func (m *ReqNodeList) XXX_Unmarshal(b []byte) error

type ReqNodeNotifyList

type ReqNodeNotifyList struct {
	Message              []string           `protobuf:"bytes,1,rep,name=Message,proto3" json:"Message,omitempty"`
	State                []State            `protobuf:"varint,2,rep,packed,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	SenderName           []string           `protobuf:"bytes,3,rep,name=SenderName,proto3" json:"SenderName,omitempty"`
	SenderType           []NotifySenderType `protobuf:"varint,4,rep,packed,name=SenderType,proto3,enum=protoManage.NotifySenderType" json:"SenderType,omitempty"`
	SenderTime           []Time             `protobuf:"bytes,5,rep,name=SenderTime,proto3" json:"SenderTime"`
	Page                 Page               `protobuf:"bytes,6,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ReqNodeNotifyList) Descriptor

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

func (*ReqNodeNotifyList) GetMessage

func (m *ReqNodeNotifyList) GetMessage() []string

func (*ReqNodeNotifyList) GetPage

func (m *ReqNodeNotifyList) GetPage() Page

func (*ReqNodeNotifyList) GetSenderName

func (m *ReqNodeNotifyList) GetSenderName() []string

func (*ReqNodeNotifyList) GetSenderTime

func (m *ReqNodeNotifyList) GetSenderTime() []Time

func (*ReqNodeNotifyList) GetSenderType

func (m *ReqNodeNotifyList) GetSenderType() []NotifySenderType

func (*ReqNodeNotifyList) GetState

func (m *ReqNodeNotifyList) GetState() []State

func (*ReqNodeNotifyList) Marshal

func (m *ReqNodeNotifyList) Marshal() (dAtA []byte, err error)

func (*ReqNodeNotifyList) MarshalTo

func (m *ReqNodeNotifyList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeNotifyList) MarshalToSizedBuffer

func (m *ReqNodeNotifyList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeNotifyList) ProtoMessage

func (*ReqNodeNotifyList) ProtoMessage()

func (*ReqNodeNotifyList) Reset

func (m *ReqNodeNotifyList) Reset()

func (*ReqNodeNotifyList) Size

func (m *ReqNodeNotifyList) Size() (n int)

func (*ReqNodeNotifyList) String

func (m *ReqNodeNotifyList) String() string

func (*ReqNodeNotifyList) Unmarshal

func (m *ReqNodeNotifyList) Unmarshal(dAtA []byte) error

func (*ReqNodeNotifyList) XXX_DiscardUnknown

func (m *ReqNodeNotifyList) XXX_DiscardUnknown()

func (*ReqNodeNotifyList) XXX_Marshal

func (m *ReqNodeNotifyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeNotifyList) XXX_Merge

func (m *ReqNodeNotifyList) XXX_Merge(src proto.Message)

func (*ReqNodeNotifyList) XXX_Size

func (m *ReqNodeNotifyList) XXX_Size() int

func (*ReqNodeNotifyList) XXX_Unmarshal

func (m *ReqNodeNotifyList) XXX_Unmarshal(b []byte) error

type ReqNodeReportList

type ReqNodeReportList struct {
	ID                   []int64  `protobuf:"varint,1,rep,packed,name=ID,proto3" json:"ID,omitempty"`
	Name                 []string `protobuf:"bytes,2,rep,name=Name,proto3" json:"Name,omitempty"`
	Level                []Level  `protobuf:"varint,3,rep,packed,name=Level,proto3,enum=protoManage.Level" json:"Level,omitempty"`
	LevelMax             Level    `protobuf:"varint,4,opt,name=LevelMax,proto3,enum=protoManage.Level" json:"LevelMax,omitempty"`
	NodeID               []int64  `protobuf:"varint,5,rep,packed,name=NodeID,proto3" json:"NodeID,omitempty"`
	NodeName             []string `protobuf:"bytes,6,rep,name=NodeName,proto3" json:"NodeName,omitempty"`
	UpdateTime           []Time   `protobuf:"bytes,7,rep,name=UpdateTime,proto3" json:"UpdateTime"`
	Page                 Page     `protobuf:"bytes,8,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeReportList) Descriptor

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

func (*ReqNodeReportList) GetID

func (m *ReqNodeReportList) GetID() []int64

func (*ReqNodeReportList) GetLevel

func (m *ReqNodeReportList) GetLevel() []Level

func (*ReqNodeReportList) GetLevelMax

func (m *ReqNodeReportList) GetLevelMax() Level

func (*ReqNodeReportList) GetName

func (m *ReqNodeReportList) GetName() []string

func (*ReqNodeReportList) GetNodeID

func (m *ReqNodeReportList) GetNodeID() []int64

func (*ReqNodeReportList) GetNodeName

func (m *ReqNodeReportList) GetNodeName() []string

func (*ReqNodeReportList) GetPage

func (m *ReqNodeReportList) GetPage() Page

func (*ReqNodeReportList) GetUpdateTime

func (m *ReqNodeReportList) GetUpdateTime() []Time

func (*ReqNodeReportList) Marshal

func (m *ReqNodeReportList) Marshal() (dAtA []byte, err error)

func (*ReqNodeReportList) MarshalTo

func (m *ReqNodeReportList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeReportList) MarshalToSizedBuffer

func (m *ReqNodeReportList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeReportList) ProtoMessage

func (*ReqNodeReportList) ProtoMessage()

func (*ReqNodeReportList) Reset

func (m *ReqNodeReportList) Reset()

func (*ReqNodeReportList) Size

func (m *ReqNodeReportList) Size() (n int)

func (*ReqNodeReportList) String

func (m *ReqNodeReportList) String() string

func (*ReqNodeReportList) Unmarshal

func (m *ReqNodeReportList) Unmarshal(dAtA []byte) error

func (*ReqNodeReportList) XXX_DiscardUnknown

func (m *ReqNodeReportList) XXX_DiscardUnknown()

func (*ReqNodeReportList) XXX_Marshal

func (m *ReqNodeReportList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeReportList) XXX_Merge

func (m *ReqNodeReportList) XXX_Merge(src proto.Message)

func (*ReqNodeReportList) XXX_Size

func (m *ReqNodeReportList) XXX_Size() int

func (*ReqNodeReportList) XXX_Unmarshal

func (m *ReqNodeReportList) XXX_Unmarshal(b []byte) error

type ReqNodeReportValList

type ReqNodeReportValList struct {
	ID                   int64    `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	ReportID             int64    `protobuf:"varint,2,opt,name=ReportID,proto3" json:"ReportID,omitempty"`
	Page                 Page     `protobuf:"bytes,3,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeReportValList) Descriptor

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

func (*ReqNodeReportValList) GetID

func (m *ReqNodeReportValList) GetID() int64

func (*ReqNodeReportValList) GetPage

func (m *ReqNodeReportValList) GetPage() Page

func (*ReqNodeReportValList) GetReportID

func (m *ReqNodeReportValList) GetReportID() int64

func (*ReqNodeReportValList) Marshal

func (m *ReqNodeReportValList) Marshal() (dAtA []byte, err error)

func (*ReqNodeReportValList) MarshalTo

func (m *ReqNodeReportValList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeReportValList) MarshalToSizedBuffer

func (m *ReqNodeReportValList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeReportValList) ProtoMessage

func (*ReqNodeReportValList) ProtoMessage()

func (*ReqNodeReportValList) Reset

func (m *ReqNodeReportValList) Reset()

func (*ReqNodeReportValList) Size

func (m *ReqNodeReportValList) Size() (n int)

func (*ReqNodeReportValList) String

func (m *ReqNodeReportValList) String() string

func (*ReqNodeReportValList) Unmarshal

func (m *ReqNodeReportValList) Unmarshal(dAtA []byte) error

func (*ReqNodeReportValList) XXX_DiscardUnknown

func (m *ReqNodeReportValList) XXX_DiscardUnknown()

func (*ReqNodeReportValList) XXX_Marshal

func (m *ReqNodeReportValList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeReportValList) XXX_Merge

func (m *ReqNodeReportValList) XXX_Merge(src proto.Message)

func (*ReqNodeReportValList) XXX_Size

func (m *ReqNodeReportValList) XXX_Size() int

func (*ReqNodeReportValList) XXX_Unmarshal

func (m *ReqNodeReportValList) XXX_Unmarshal(b []byte) error

type ReqNodeResourceDownload

type ReqNodeResourceDownload struct {
	NodeResource         NodeResource `protobuf:"bytes,1,opt,name=NodeResource,proto3" json:"NodeResource"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ReqNodeResourceDownload) Descriptor

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

func (*ReqNodeResourceDownload) GetNodeResource

func (m *ReqNodeResourceDownload) GetNodeResource() NodeResource

func (*ReqNodeResourceDownload) Marshal

func (m *ReqNodeResourceDownload) Marshal() (dAtA []byte, err error)

func (*ReqNodeResourceDownload) MarshalTo

func (m *ReqNodeResourceDownload) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeResourceDownload) MarshalToSizedBuffer

func (m *ReqNodeResourceDownload) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeResourceDownload) ProtoMessage

func (*ReqNodeResourceDownload) ProtoMessage()

func (*ReqNodeResourceDownload) Reset

func (m *ReqNodeResourceDownload) Reset()

func (*ReqNodeResourceDownload) Size

func (m *ReqNodeResourceDownload) Size() (n int)

func (*ReqNodeResourceDownload) String

func (m *ReqNodeResourceDownload) String() string

func (*ReqNodeResourceDownload) Unmarshal

func (m *ReqNodeResourceDownload) Unmarshal(dAtA []byte) error

func (*ReqNodeResourceDownload) XXX_DiscardUnknown

func (m *ReqNodeResourceDownload) XXX_DiscardUnknown()

func (*ReqNodeResourceDownload) XXX_Marshal

func (m *ReqNodeResourceDownload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeResourceDownload) XXX_Merge

func (m *ReqNodeResourceDownload) XXX_Merge(src proto.Message)

func (*ReqNodeResourceDownload) XXX_Size

func (m *ReqNodeResourceDownload) XXX_Size() int

func (*ReqNodeResourceDownload) XXX_Unmarshal

func (m *ReqNodeResourceDownload) XXX_Unmarshal(b []byte) error

type ReqNodeResourceList

type ReqNodeResourceList struct {
	Name                 []string           `protobuf:"bytes,1,rep,name=Name,proto3" json:"Name,omitempty"`
	State                []State            `protobuf:"varint,2,rep,packed,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	UploaderName         []string           `protobuf:"bytes,3,rep,name=UploaderName,proto3" json:"UploaderName,omitempty"`
	UploaderType         []NotifySenderType `protobuf:"varint,4,rep,packed,name=UploaderType,proto3,enum=protoManage.NotifySenderType" json:"UploaderType,omitempty"`
	UploadTime           []Time             `protobuf:"bytes,5,rep,name=UploadTime,proto3" json:"UploadTime"`
	Page                 Page               `protobuf:"bytes,6,opt,name=Page,proto3" json:"Page"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ReqNodeResourceList) Descriptor

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

func (*ReqNodeResourceList) GetName

func (m *ReqNodeResourceList) GetName() []string

func (*ReqNodeResourceList) GetPage

func (m *ReqNodeResourceList) GetPage() Page

func (*ReqNodeResourceList) GetState

func (m *ReqNodeResourceList) GetState() []State

func (*ReqNodeResourceList) GetUploadTime

func (m *ReqNodeResourceList) GetUploadTime() []Time

func (*ReqNodeResourceList) GetUploaderName

func (m *ReqNodeResourceList) GetUploaderName() []string

func (*ReqNodeResourceList) GetUploaderType

func (m *ReqNodeResourceList) GetUploaderType() []NotifySenderType

func (*ReqNodeResourceList) Marshal

func (m *ReqNodeResourceList) Marshal() (dAtA []byte, err error)

func (*ReqNodeResourceList) MarshalTo

func (m *ReqNodeResourceList) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeResourceList) MarshalToSizedBuffer

func (m *ReqNodeResourceList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeResourceList) ProtoMessage

func (*ReqNodeResourceList) ProtoMessage()

func (*ReqNodeResourceList) Reset

func (m *ReqNodeResourceList) Reset()

func (*ReqNodeResourceList) Size

func (m *ReqNodeResourceList) Size() (n int)

func (*ReqNodeResourceList) String

func (m *ReqNodeResourceList) String() string

func (*ReqNodeResourceList) Unmarshal

func (m *ReqNodeResourceList) Unmarshal(dAtA []byte) error

func (*ReqNodeResourceList) XXX_DiscardUnknown

func (m *ReqNodeResourceList) XXX_DiscardUnknown()

func (*ReqNodeResourceList) XXX_Marshal

func (m *ReqNodeResourceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeResourceList) XXX_Merge

func (m *ReqNodeResourceList) XXX_Merge(src proto.Message)

func (*ReqNodeResourceList) XXX_Size

func (m *ReqNodeResourceList) XXX_Size() int

func (*ReqNodeResourceList) XXX_Unmarshal

func (m *ReqNodeResourceList) XXX_Unmarshal(b []byte) error

type ReqNodeResourceUpload

type ReqNodeResourceUpload struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=Data,proto3" json:"Data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeResourceUpload) Descriptor

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

func (*ReqNodeResourceUpload) GetData

func (m *ReqNodeResourceUpload) GetData() []byte

func (*ReqNodeResourceUpload) Marshal

func (m *ReqNodeResourceUpload) Marshal() (dAtA []byte, err error)

func (*ReqNodeResourceUpload) MarshalTo

func (m *ReqNodeResourceUpload) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeResourceUpload) MarshalToSizedBuffer

func (m *ReqNodeResourceUpload) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeResourceUpload) ProtoMessage

func (*ReqNodeResourceUpload) ProtoMessage()

func (*ReqNodeResourceUpload) Reset

func (m *ReqNodeResourceUpload) Reset()

func (*ReqNodeResourceUpload) Size

func (m *ReqNodeResourceUpload) Size() (n int)

func (*ReqNodeResourceUpload) String

func (m *ReqNodeResourceUpload) String() string

func (*ReqNodeResourceUpload) Unmarshal

func (m *ReqNodeResourceUpload) Unmarshal(dAtA []byte) error

func (*ReqNodeResourceUpload) XXX_DiscardUnknown

func (m *ReqNodeResourceUpload) XXX_DiscardUnknown()

func (*ReqNodeResourceUpload) XXX_Marshal

func (m *ReqNodeResourceUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeResourceUpload) XXX_Merge

func (m *ReqNodeResourceUpload) XXX_Merge(src proto.Message)

func (*ReqNodeResourceUpload) XXX_Size

func (m *ReqNodeResourceUpload) XXX_Size() int

func (*ReqNodeResourceUpload) XXX_Unmarshal

func (m *ReqNodeResourceUpload) XXX_Unmarshal(b []byte) error

type ReqNodeTest

type ReqNodeTest struct {
	ID                   int64    `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Type                 int64    `protobuf:"varint,2,opt,name=Type,proto3" json:"Type,omitempty"`
	Message              string   `protobuf:"bytes,3,opt,name=Message,proto3" json:"Message,omitempty"`
	State                State    `protobuf:"varint,4,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqNodeTest) Descriptor

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

func (*ReqNodeTest) GetID

func (m *ReqNodeTest) GetID() int64

func (*ReqNodeTest) GetMessage

func (m *ReqNodeTest) GetMessage() string

func (*ReqNodeTest) GetState

func (m *ReqNodeTest) GetState() State

func (*ReqNodeTest) GetType

func (m *ReqNodeTest) GetType() int64

func (*ReqNodeTest) Marshal

func (m *ReqNodeTest) Marshal() (dAtA []byte, err error)

func (*ReqNodeTest) MarshalTo

func (m *ReqNodeTest) MarshalTo(dAtA []byte) (int, error)

func (*ReqNodeTest) MarshalToSizedBuffer

func (m *ReqNodeTest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqNodeTest) ProtoMessage

func (*ReqNodeTest) ProtoMessage()

func (*ReqNodeTest) Reset

func (m *ReqNodeTest) Reset()

func (*ReqNodeTest) Size

func (m *ReqNodeTest) Size() (n int)

func (*ReqNodeTest) String

func (m *ReqNodeTest) String() string

func (*ReqNodeTest) Unmarshal

func (m *ReqNodeTest) Unmarshal(dAtA []byte) error

func (*ReqNodeTest) XXX_DiscardUnknown

func (m *ReqNodeTest) XXX_DiscardUnknown()

func (*ReqNodeTest) XXX_Marshal

func (m *ReqNodeTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqNodeTest) XXX_Merge

func (m *ReqNodeTest) XXX_Merge(src proto.Message)

func (*ReqNodeTest) XXX_Size

func (m *ReqNodeTest) XXX_Size() int

func (*ReqNodeTest) XXX_Unmarshal

func (m *ReqNodeTest) XXX_Unmarshal(b []byte) error

type ReqSystemInitInfo

type ReqSystemInitInfo struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqSystemInitInfo) Descriptor

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

func (*ReqSystemInitInfo) Marshal

func (m *ReqSystemInitInfo) Marshal() (dAtA []byte, err error)

func (*ReqSystemInitInfo) MarshalTo

func (m *ReqSystemInitInfo) MarshalTo(dAtA []byte) (int, error)

func (*ReqSystemInitInfo) MarshalToSizedBuffer

func (m *ReqSystemInitInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqSystemInitInfo) ProtoMessage

func (*ReqSystemInitInfo) ProtoMessage()

func (*ReqSystemInitInfo) Reset

func (m *ReqSystemInitInfo) Reset()

func (*ReqSystemInitInfo) Size

func (m *ReqSystemInitInfo) Size() (n int)

func (*ReqSystemInitInfo) String

func (m *ReqSystemInitInfo) String() string

func (*ReqSystemInitInfo) Unmarshal

func (m *ReqSystemInitInfo) Unmarshal(dAtA []byte) error

func (*ReqSystemInitInfo) XXX_DiscardUnknown

func (m *ReqSystemInitInfo) XXX_DiscardUnknown()

func (*ReqSystemInitInfo) XXX_Marshal

func (m *ReqSystemInitInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqSystemInitInfo) XXX_Merge

func (m *ReqSystemInitInfo) XXX_Merge(src proto.Message)

func (*ReqSystemInitInfo) XXX_Size

func (m *ReqSystemInitInfo) XXX_Size() int

func (*ReqSystemInitInfo) XXX_Unmarshal

func (m *ReqSystemInitInfo) XXX_Unmarshal(b []byte) error
type ReqTopLinkList struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReqTopLinkList) Descriptor

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

func (*ReqTopLinkList) Marshal

func (m *ReqTopLinkList) Marshal() (dAtA []byte, err error)

func (*ReqTopLinkList) MarshalTo

func (m *ReqTopLinkList) MarshalTo(dAtA []byte) (int, error)

func (*ReqTopLinkList) MarshalToSizedBuffer

func (m *ReqTopLinkList) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReqTopLinkList) ProtoMessage

func (*ReqTopLinkList) ProtoMessage()

func (*ReqTopLinkList) Reset

func (m *ReqTopLinkList) Reset()

func (*ReqTopLinkList) Size

func (m *ReqTopLinkList) Size() (n int)

func (*ReqTopLinkList) String

func (m *ReqTopLinkList) String() string

func (*ReqTopLinkList) Unmarshal

func (m *ReqTopLinkList) Unmarshal(dAtA []byte) error

func (*ReqTopLinkList) XXX_DiscardUnknown

func (m *ReqTopLinkList) XXX_DiscardUnknown()

func (*ReqTopLinkList) XXX_Marshal

func (m *ReqTopLinkList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReqTopLinkList) XXX_Merge

func (m *ReqTopLinkList) XXX_Merge(src proto.Message)

func (*ReqTopLinkList) XXX_Size

func (m *ReqTopLinkList) XXX_Size() int

func (*ReqTopLinkList) XXX_Unmarshal

func (m *ReqTopLinkList) XXX_Unmarshal(b []byte) error

type RpcEngineClient

type RpcEngineClient interface {
	RegisterNode(ctx context.Context, in *Node, opts ...grpc.CallOption) (*Node, error)
	RegisterNodeFunc(ctx context.Context, in *NodeFunc, opts ...grpc.CallOption) (*NodeFunc, error)
	RegisterNodeReport(ctx context.Context, in *NodeReport, opts ...grpc.CallOption) (*NodeReport, error)
	CheckNodeResource(ctx context.Context, in *NodeResource, opts ...grpc.CallOption) (*NodeResource, error)
	UploadNodeResource(ctx context.Context, opts ...grpc.CallOption) (RpcEngine_UploadNodeResourceClient, error)
	DownloadNodeResource(ctx context.Context, in *ReqNodeResourceDownload, opts ...grpc.CallOption) (RpcEngine_DownloadNodeResourceClient, error)
	RpcChannel(ctx context.Context, opts ...grpc.CallOption) (RpcEngine_RpcChannelClient, error)
}

RpcEngineClient is the client API for RpcEngine service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRpcEngineClient

func NewRpcEngineClient(cc *grpc.ClientConn) RpcEngineClient

type RpcEngineServer

type RpcEngineServer interface {
	RegisterNode(context.Context, *Node) (*Node, error)
	RegisterNodeFunc(context.Context, *NodeFunc) (*NodeFunc, error)
	RegisterNodeReport(context.Context, *NodeReport) (*NodeReport, error)
	CheckNodeResource(context.Context, *NodeResource) (*NodeResource, error)
	UploadNodeResource(RpcEngine_UploadNodeResourceServer) error
	DownloadNodeResource(*ReqNodeResourceDownload, RpcEngine_DownloadNodeResourceServer) error
	RpcChannel(RpcEngine_RpcChannelServer) error
}

RpcEngineServer is the server API for RpcEngine service.

type RpcEngine_DownloadNodeResourceClient

type RpcEngine_DownloadNodeResourceClient interface {
	Recv() (*AnsNodeResourceDownload, error)
	grpc.ClientStream
}

type RpcEngine_DownloadNodeResourceServer

type RpcEngine_DownloadNodeResourceServer interface {
	Send(*AnsNodeResourceDownload) error
	grpc.ServerStream
}

type RpcEngine_RpcChannelClient

type RpcEngine_RpcChannelClient interface {
	Send(*Message) error
	Recv() (*Message, error)
	grpc.ClientStream
}

type RpcEngine_RpcChannelServer

type RpcEngine_RpcChannelServer interface {
	Send(*Message) error
	Recv() (*Message, error)
	grpc.ServerStream
}

type RpcEngine_UploadNodeResourceClient

type RpcEngine_UploadNodeResourceClient interface {
	Send(*ReqNodeResourceUpload) error
	CloseAndRecv() (*AnsNodeResourceUpload, error)
	grpc.ClientStream
}

type RpcEngine_UploadNodeResourceServer

type RpcEngine_UploadNodeResourceServer interface {
	SendAndClose(*AnsNodeResourceUpload) error
	Recv() (*ReqNodeResourceUpload, error)
	grpc.ServerStream
}

type State

type State int32
const (
	State_StateNot    State = 0
	State_StateUnknow State = 1
	State_StateNormal State = 2
	State_StateWarn   State = 3
	State_StateError  State = 4
)

func (State) EnumDescriptor

func (State) EnumDescriptor() ([]byte, []int)

func (State) String

func (x State) String() string

type Time

type Time struct {
	BeginTime            int64    `protobuf:"varint,1,opt,name=BeginTime,proto3" json:"BeginTime,omitempty"`
	EndTime              int64    `protobuf:"varint,2,opt,name=EndTime,proto3" json:"EndTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Time) Descriptor

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

func (*Time) GetBeginTime

func (m *Time) GetBeginTime() int64

func (*Time) GetEndTime

func (m *Time) GetEndTime() int64

func (*Time) Marshal

func (m *Time) Marshal() (dAtA []byte, err error)

func (*Time) MarshalTo

func (m *Time) MarshalTo(dAtA []byte) (int, error)

func (*Time) MarshalToSizedBuffer

func (m *Time) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Time) ProtoMessage

func (*Time) ProtoMessage()

func (*Time) Reset

func (m *Time) Reset()

func (*Time) Size

func (m *Time) Size() (n int)

func (*Time) String

func (m *Time) String() string

func (*Time) Unmarshal

func (m *Time) Unmarshal(dAtA []byte) error

func (*Time) XXX_DiscardUnknown

func (m *Time) XXX_DiscardUnknown()

func (*Time) XXX_Marshal

func (m *Time) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Time) XXX_Merge

func (m *Time) XXX_Merge(src proto.Message)

func (*Time) XXX_Size

func (m *Time) XXX_Size() int

func (*Time) XXX_Unmarshal

func (m *Time) XXX_Unmarshal(b []byte) error
type TopLink struct {
	Base                 Base     `protobuf:"bytes,1,opt,name=Base,proto3" json:"Base"`
	Name                 string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Url                  string   `protobuf:"bytes,3,opt,name=Url,proto3" json:"Url,omitempty"`
	State                State    `protobuf:"varint,4,opt,name=State,proto3,enum=protoManage.State" json:"State,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TopLink) Descriptor

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

func (*TopLink) GetBase

func (m *TopLink) GetBase() Base

func (*TopLink) GetName

func (m *TopLink) GetName() string

func (*TopLink) GetState

func (m *TopLink) GetState() State

func (*TopLink) GetUrl

func (m *TopLink) GetUrl() string

func (*TopLink) Marshal

func (m *TopLink) Marshal() (dAtA []byte, err error)

func (*TopLink) MarshalTo

func (m *TopLink) MarshalTo(dAtA []byte) (int, error)

func (*TopLink) MarshalToSizedBuffer

func (m *TopLink) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TopLink) ProtoMessage

func (*TopLink) ProtoMessage()

func (*TopLink) Reset

func (m *TopLink) Reset()

func (*TopLink) Size

func (m *TopLink) Size() (n int)

func (*TopLink) String

func (m *TopLink) String() string

func (*TopLink) Unmarshal

func (m *TopLink) Unmarshal(dAtA []byte) error

func (*TopLink) XXX_DiscardUnknown

func (m *TopLink) XXX_DiscardUnknown()

func (*TopLink) XXX_Marshal

func (m *TopLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TopLink) XXX_Merge

func (m *TopLink) XXX_Merge(src proto.Message)

func (*TopLink) XXX_Size

func (m *TopLink) XXX_Size() int

func (*TopLink) XXX_Unmarshal

func (m *TopLink) XXX_Unmarshal(b []byte) error

type UnimplementedRpcEngineServer

type UnimplementedRpcEngineServer struct {
}

UnimplementedRpcEngineServer can be embedded to have forward compatible implementations.

func (*UnimplementedRpcEngineServer) CheckNodeResource

func (*UnimplementedRpcEngineServer) CheckNodeResource(ctx context.Context, req *NodeResource) (*NodeResource, error)

func (*UnimplementedRpcEngineServer) DownloadNodeResource

func (*UnimplementedRpcEngineServer) RegisterNode

func (*UnimplementedRpcEngineServer) RegisterNode(ctx context.Context, req *Node) (*Node, error)

func (*UnimplementedRpcEngineServer) RegisterNodeFunc

func (*UnimplementedRpcEngineServer) RegisterNodeFunc(ctx context.Context, req *NodeFunc) (*NodeFunc, error)

func (*UnimplementedRpcEngineServer) RegisterNodeReport

func (*UnimplementedRpcEngineServer) RegisterNodeReport(ctx context.Context, req *NodeReport) (*NodeReport, error)

func (*UnimplementedRpcEngineServer) RpcChannel

func (*UnimplementedRpcEngineServer) UploadNodeResource

Jump to

Keyboard shortcuts

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