2018-11-21 22:01:09 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
2018-11-21 17:31:27 +00:00
|
|
|
// source: inspector.proto
|
|
|
|
|
|
|
|
package pb
|
|
|
|
|
2018-11-21 22:01:09 +00:00
|
|
|
import proto "github.com/gogo/protobuf/proto"
|
2018-11-21 17:31:27 +00:00
|
|
|
import fmt "fmt"
|
|
|
|
import math "math"
|
2018-11-29 18:39:27 +00:00
|
|
|
import _ "github.com/gogo/protobuf/gogoproto"
|
2018-11-21 17:31:27 +00:00
|
|
|
|
2018-12-14 20:17:30 +00:00
|
|
|
import (
|
|
|
|
context "golang.org/x/net/context"
|
|
|
|
grpc "google.golang.org/grpc"
|
|
|
|
)
|
2018-11-21 17:31:27 +00:00
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
2018-11-21 22:01:09 +00:00
|
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
|
|
|
// GetStats
|
|
|
|
type GetStatsRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
NodeId NodeID `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id"`
|
2018-11-21 22:01:09 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetStatsRequest) Reset() { *m = GetStatsRequest{} }
|
|
|
|
func (m *GetStatsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetStatsRequest) ProtoMessage() {}
|
|
|
|
func (*GetStatsRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{0}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetStatsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetStatsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *GetStatsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetStatsRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetStatsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetStatsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetStatsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetStatsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetStatsResponse struct {
|
|
|
|
AuditCount int64 `protobuf:"varint,1,opt,name=audit_count,json=auditCount,proto3" json:"audit_count,omitempty"`
|
2018-12-04 18:47:58 +00:00
|
|
|
AuditRatio float64 `protobuf:"fixed64,2,opt,name=audit_ratio,json=auditRatio,proto3" json:"audit_ratio,omitempty"`
|
|
|
|
UptimeCount int64 `protobuf:"varint,3,opt,name=uptime_count,json=uptimeCount,proto3" json:"uptime_count,omitempty"`
|
|
|
|
UptimeRatio float64 `protobuf:"fixed64,4,opt,name=uptime_ratio,json=uptimeRatio,proto3" json:"uptime_ratio,omitempty"`
|
2018-11-21 22:01:09 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetStatsResponse) Reset() { *m = GetStatsResponse{} }
|
|
|
|
func (m *GetStatsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetStatsResponse) ProtoMessage() {}
|
|
|
|
func (*GetStatsResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{1}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetStatsResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetStatsResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *GetStatsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetStatsResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetStatsResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetStatsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetStatsResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetStatsResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetStatsResponse) GetAuditCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AuditCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-12-04 18:47:58 +00:00
|
|
|
func (m *GetStatsResponse) GetAuditRatio() float64 {
|
2018-11-21 22:01:09 +00:00
|
|
|
if m != nil {
|
2018-12-04 18:47:58 +00:00
|
|
|
return m.AuditRatio
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2018-12-04 18:47:58 +00:00
|
|
|
func (m *GetStatsResponse) GetUptimeCount() int64 {
|
2018-11-21 22:01:09 +00:00
|
|
|
if m != nil {
|
2018-12-04 18:47:58 +00:00
|
|
|
return m.UptimeCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetStatsResponse) GetUptimeRatio() float64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UptimeRatio
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
// CreateStats
|
|
|
|
type CreateStatsRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
NodeId NodeID `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3,customtype=NodeID" json:"node_id"`
|
2018-11-21 22:01:09 +00:00
|
|
|
AuditCount int64 `protobuf:"varint,2,opt,name=audit_count,json=auditCount,proto3" json:"audit_count,omitempty"`
|
|
|
|
AuditSuccessCount int64 `protobuf:"varint,3,opt,name=audit_success_count,json=auditSuccessCount,proto3" json:"audit_success_count,omitempty"`
|
|
|
|
UptimeCount int64 `protobuf:"varint,4,opt,name=uptime_count,json=uptimeCount,proto3" json:"uptime_count,omitempty"`
|
|
|
|
UptimeSuccessCount int64 `protobuf:"varint,5,opt,name=uptime_success_count,json=uptimeSuccessCount,proto3" json:"uptime_success_count,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) Reset() { *m = CreateStatsRequest{} }
|
|
|
|
func (m *CreateStatsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateStatsRequest) ProtoMessage() {}
|
|
|
|
func (*CreateStatsRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{2}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CreateStatsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CreateStatsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CreateStatsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CreateStatsRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CreateStatsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CreateStatsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CreateStatsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetAuditCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AuditCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetAuditSuccessCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.AuditSuccessCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetUptimeCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UptimeCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsRequest) GetUptimeSuccessCount() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.UptimeSuccessCount
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type CreateStatsResponse struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CreateStatsResponse) Reset() { *m = CreateStatsResponse{} }
|
|
|
|
func (m *CreateStatsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CreateStatsResponse) ProtoMessage() {}
|
|
|
|
func (*CreateStatsResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{3}
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CreateStatsResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CreateStatsResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CreateStatsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CreateStatsResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CreateStatsResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CreateStatsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CreateStatsResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CreateStatsResponse proto.InternalMessageInfo
|
2018-11-21 17:31:27 +00:00
|
|
|
|
|
|
|
// CountNodes
|
|
|
|
type CountNodesResponse struct {
|
2019-01-14 18:47:22 +00:00
|
|
|
Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CountNodesResponse) Reset() { *m = CountNodesResponse{} }
|
|
|
|
func (m *CountNodesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CountNodesResponse) ProtoMessage() {}
|
|
|
|
func (*CountNodesResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{4}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CountNodesResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CountNodesResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CountNodesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CountNodesResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CountNodesResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CountNodesResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CountNodesResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CountNodesResponse proto.InternalMessageInfo
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (m *CountNodesResponse) GetCount() int64 {
|
2018-11-21 17:31:27 +00:00
|
|
|
if m != nil {
|
2019-01-14 18:47:22 +00:00
|
|
|
return m.Count
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type CountNodesRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *CountNodesRequest) Reset() { *m = CountNodesRequest{} }
|
|
|
|
func (m *CountNodesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*CountNodesRequest) ProtoMessage() {}
|
|
|
|
func (*CountNodesRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{5}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_CountNodesRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_CountNodesRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *CountNodesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_CountNodesRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_CountNodesRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *CountNodesRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_CountNodesRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_CountNodesRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
// GetBuckets
|
|
|
|
type GetBucketsRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketsRequest) Reset() { *m = GetBucketsRequest{} }
|
|
|
|
func (m *GetBucketsRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketsRequest) ProtoMessage() {}
|
|
|
|
func (*GetBucketsRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{6}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketsRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketsRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *GetBucketsRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketsRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketsRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketsRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketsRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetBucketsResponse struct {
|
|
|
|
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
2019-01-28 22:53:37 +00:00
|
|
|
Ids []NodeID `protobuf:"bytes,2,rep,name=ids,proto3,customtype=NodeID" json:"ids,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketsResponse) Reset() { *m = GetBucketsResponse{} }
|
|
|
|
func (m *GetBucketsResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketsResponse) ProtoMessage() {}
|
|
|
|
func (*GetBucketsResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{7}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketsResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketsResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *GetBucketsResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketsResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketsResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketsResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketsResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketsResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetBucketsResponse) GetTotal() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Total
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
// GetBucket
|
|
|
|
type GetBucketRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketRequest) Reset() { *m = GetBucketRequest{} }
|
|
|
|
func (m *GetBucketRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketRequest) ProtoMessage() {}
|
|
|
|
func (*GetBucketRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{8}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *GetBucketRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type GetBucketResponse struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
2019-01-28 22:53:37 +00:00
|
|
|
Nodes []*Node `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GetBucketResponse) Reset() { *m = GetBucketResponse{} }
|
|
|
|
func (m *GetBucketResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GetBucketResponse) ProtoMessage() {}
|
|
|
|
func (*GetBucketResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{9}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_GetBucketResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_GetBucketResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *GetBucketResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GetBucketResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_GetBucketResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *GetBucketResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GetBucketResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GetBucketResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GetBucketResponse) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type Bucket struct {
|
2019-01-28 22:53:37 +00:00
|
|
|
Nodes []*Node `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Bucket) Reset() { *m = Bucket{} }
|
|
|
|
func (m *Bucket) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Bucket) ProtoMessage() {}
|
|
|
|
func (*Bucket) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{10}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_Bucket.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_Bucket.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *Bucket) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_Bucket.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_Bucket.Size(m)
|
|
|
|
}
|
|
|
|
func (m *Bucket) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_Bucket.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_Bucket proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *Bucket) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type BucketList struct {
|
2019-01-28 22:53:37 +00:00
|
|
|
Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
2018-11-21 17:31:27 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BucketList) Reset() { *m = BucketList{} }
|
|
|
|
func (m *BucketList) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BucketList) ProtoMessage() {}
|
|
|
|
func (*BucketList) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{11}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_BucketList.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_BucketList.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *BucketList) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_BucketList.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_BucketList.Size(m)
|
|
|
|
}
|
|
|
|
func (m *BucketList) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_BucketList.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_BucketList proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *BucketList) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-27 22:50:52 +00:00
|
|
|
// PingNode
|
|
|
|
type PingNodeRequest struct {
|
2018-11-29 18:39:27 +00:00
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
2018-11-27 22:50:52 +00:00
|
|
|
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PingNodeRequest) Reset() { *m = PingNodeRequest{} }
|
|
|
|
func (m *PingNodeRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PingNodeRequest) ProtoMessage() {}
|
|
|
|
func (*PingNodeRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{12}
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PingNodeRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PingNodeRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *PingNodeRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PingNodeRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PingNodeRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PingNodeRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PingNodeRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PingNodeRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *PingNodeRequest) GetAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type PingNodeResponse struct {
|
|
|
|
Ok bool `protobuf:"varint,1,opt,name=ok,proto3" json:"ok,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PingNodeResponse) Reset() { *m = PingNodeResponse{} }
|
|
|
|
func (m *PingNodeResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PingNodeResponse) ProtoMessage() {}
|
|
|
|
func (*PingNodeResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{13}
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PingNodeResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PingNodeResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *PingNodeResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PingNodeResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PingNodeResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PingNodeResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PingNodeResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PingNodeResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *PingNodeResponse) GetOk() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Ok
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2018-12-04 21:39:28 +00:00
|
|
|
type LookupNodeRequest struct {
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeRequest) Reset() { *m = LookupNodeRequest{} }
|
|
|
|
func (m *LookupNodeRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupNodeRequest) ProtoMessage() {}
|
|
|
|
func (*LookupNodeRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{14}
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_LookupNodeRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_LookupNodeRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *LookupNodeRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_LookupNodeRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_LookupNodeRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_LookupNodeRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_LookupNodeRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *LookupNodeRequest) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeRequest) GetAddress() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type LookupNodeResponse struct {
|
2019-01-28 22:53:37 +00:00
|
|
|
Node *Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
|
|
|
|
Meta *NodeMetadata `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
|
2018-12-04 21:39:28 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeResponse) Reset() { *m = LookupNodeResponse{} }
|
|
|
|
func (m *LookupNodeResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*LookupNodeResponse) ProtoMessage() {}
|
|
|
|
func (*LookupNodeResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{15}
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_LookupNodeResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_LookupNodeResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *LookupNodeResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_LookupNodeResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_LookupNodeResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *LookupNodeResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_LookupNodeResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_LookupNodeResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *LookupNodeResponse) GetNode() *Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Node
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LookupNodeResponse) GetMeta() *NodeMetadata {
|
|
|
|
if m != nil {
|
|
|
|
return m.Meta
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-02-25 18:41:51 +00:00
|
|
|
type NodeInfoRequest struct {
|
|
|
|
Address *NodeAddress `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoRequest) Reset() { *m = NodeInfoRequest{} }
|
|
|
|
func (m *NodeInfoRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NodeInfoRequest) ProtoMessage() {}
|
|
|
|
func (*NodeInfoRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{16}
|
2019-02-25 18:41:51 +00:00
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_NodeInfoRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_NodeInfoRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *NodeInfoRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NodeInfoRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_NodeInfoRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NodeInfoRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NodeInfoRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *NodeInfoRequest) GetAddress() *NodeAddress {
|
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type NodeInfoResponse struct {
|
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
|
|
|
Type NodeType `protobuf:"varint,2,opt,name=type,proto3,enum=node.NodeType" json:"type,omitempty"`
|
|
|
|
Operator *NodeOperator `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"`
|
|
|
|
Capacity *NodeCapacity `protobuf:"bytes,4,opt,name=capacity,proto3" json:"capacity,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) Reset() { *m = NodeInfoResponse{} }
|
|
|
|
func (m *NodeInfoResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*NodeInfoResponse) ProtoMessage() {}
|
|
|
|
func (*NodeInfoResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{17}
|
2019-02-25 18:41:51 +00:00
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_NodeInfoResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_NodeInfoResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *NodeInfoResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_NodeInfoResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_NodeInfoResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *NodeInfoResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_NodeInfoResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_NodeInfoResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) GetType() NodeType {
|
|
|
|
if m != nil {
|
|
|
|
return m.Type
|
|
|
|
}
|
|
|
|
return NodeType_INVALID
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) GetOperator() *NodeOperator {
|
|
|
|
if m != nil {
|
|
|
|
return m.Operator
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *NodeInfoResponse) GetCapacity() *NodeCapacity {
|
|
|
|
if m != nil {
|
|
|
|
return m.Capacity
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
type FindNearRequest struct {
|
|
|
|
Id NodeID `protobuf:"bytes,1,opt,name=id,proto3,customtype=NodeID" json:"id"`
|
|
|
|
Start NodeID `protobuf:"bytes,2,opt,name=start,proto3,customtype=NodeID" json:"start"`
|
|
|
|
Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FindNearRequest) Reset() { *m = FindNearRequest{} }
|
|
|
|
func (m *FindNearRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*FindNearRequest) ProtoMessage() {}
|
|
|
|
func (*FindNearRequest) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{18}
|
2019-01-28 22:53:37 +00:00
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_FindNearRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_FindNearRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *FindNearRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_FindNearRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_FindNearRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *FindNearRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_FindNearRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_FindNearRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *FindNearRequest) GetLimit() int64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Limit
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type FindNearResponse struct {
|
|
|
|
Nodes []*Node `protobuf:"bytes,2,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *FindNearResponse) Reset() { *m = FindNearResponse{} }
|
|
|
|
func (m *FindNearResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*FindNearResponse) ProtoMessage() {}
|
|
|
|
func (*FindNearResponse) Descriptor() ([]byte, []int) {
|
2019-02-28 19:55:27 +00:00
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{19}
|
2019-01-28 22:53:37 +00:00
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_FindNearResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_FindNearResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *FindNearResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_FindNearResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_FindNearResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *FindNearResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_FindNearResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_FindNearResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *FindNearResponse) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
type DumpNodesRequest struct {
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DumpNodesRequest) Reset() { *m = DumpNodesRequest{} }
|
|
|
|
func (m *DumpNodesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DumpNodesRequest) ProtoMessage() {}
|
|
|
|
func (*DumpNodesRequest) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{20}
|
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DumpNodesRequest.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DumpNodesRequest.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *DumpNodesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DumpNodesRequest.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DumpNodesRequest.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DumpNodesRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DumpNodesRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type DumpNodesResponse struct {
|
|
|
|
Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *DumpNodesResponse) Reset() { *m = DumpNodesResponse{} }
|
|
|
|
func (m *DumpNodesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*DumpNodesResponse) ProtoMessage() {}
|
|
|
|
func (*DumpNodesResponse) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_inspector_6a128dba77f35834, []int{21}
|
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_DumpNodesResponse.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_DumpNodesResponse.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (dst *DumpNodesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_DumpNodesResponse.Merge(dst, src)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_DumpNodesResponse.Size(m)
|
|
|
|
}
|
|
|
|
func (m *DumpNodesResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_DumpNodesResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_DumpNodesResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *DumpNodesResponse) GetNodes() []*Node {
|
|
|
|
if m != nil {
|
|
|
|
return m.Nodes
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2018-11-21 17:31:27 +00:00
|
|
|
func init() {
|
2018-11-21 22:01:09 +00:00
|
|
|
proto.RegisterType((*GetStatsRequest)(nil), "inspector.GetStatsRequest")
|
|
|
|
proto.RegisterType((*GetStatsResponse)(nil), "inspector.GetStatsResponse")
|
|
|
|
proto.RegisterType((*CreateStatsRequest)(nil), "inspector.CreateStatsRequest")
|
|
|
|
proto.RegisterType((*CreateStatsResponse)(nil), "inspector.CreateStatsResponse")
|
2018-11-21 17:31:27 +00:00
|
|
|
proto.RegisterType((*CountNodesResponse)(nil), "inspector.CountNodesResponse")
|
|
|
|
proto.RegisterType((*CountNodesRequest)(nil), "inspector.CountNodesRequest")
|
|
|
|
proto.RegisterType((*GetBucketsRequest)(nil), "inspector.GetBucketsRequest")
|
|
|
|
proto.RegisterType((*GetBucketsResponse)(nil), "inspector.GetBucketsResponse")
|
|
|
|
proto.RegisterType((*GetBucketRequest)(nil), "inspector.GetBucketRequest")
|
|
|
|
proto.RegisterType((*GetBucketResponse)(nil), "inspector.GetBucketResponse")
|
|
|
|
proto.RegisterType((*Bucket)(nil), "inspector.Bucket")
|
|
|
|
proto.RegisterType((*BucketList)(nil), "inspector.BucketList")
|
2018-11-27 22:50:52 +00:00
|
|
|
proto.RegisterType((*PingNodeRequest)(nil), "inspector.PingNodeRequest")
|
|
|
|
proto.RegisterType((*PingNodeResponse)(nil), "inspector.PingNodeResponse")
|
2018-12-04 21:39:28 +00:00
|
|
|
proto.RegisterType((*LookupNodeRequest)(nil), "inspector.LookupNodeRequest")
|
|
|
|
proto.RegisterType((*LookupNodeResponse)(nil), "inspector.LookupNodeResponse")
|
2019-02-25 18:41:51 +00:00
|
|
|
proto.RegisterType((*NodeInfoRequest)(nil), "inspector.NodeInfoRequest")
|
|
|
|
proto.RegisterType((*NodeInfoResponse)(nil), "inspector.NodeInfoResponse")
|
2019-01-28 22:53:37 +00:00
|
|
|
proto.RegisterType((*FindNearRequest)(nil), "inspector.FindNearRequest")
|
|
|
|
proto.RegisterType((*FindNearResponse)(nil), "inspector.FindNearResponse")
|
2019-02-28 19:55:27 +00:00
|
|
|
proto.RegisterType((*DumpNodesRequest)(nil), "inspector.DumpNodesRequest")
|
|
|
|
proto.RegisterType((*DumpNodesResponse)(nil), "inspector.DumpNodesResponse")
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
// KadInspectorClient is the client API for KadInspector service.
|
2018-12-14 20:17:30 +00:00
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2019-01-14 18:47:22 +00:00
|
|
|
type KadInspectorClient interface {
|
|
|
|
// CountNodes returns the number of nodes in the routing table
|
2018-11-21 17:31:27 +00:00
|
|
|
CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// PingNode sends a PING RPC to a node and returns its availability
|
2018-11-27 22:50:52 +00:00
|
|
|
PingNode(ctx context.Context, in *PingNodeRequest, opts ...grpc.CallOption) (*PingNodeResponse, error)
|
2018-12-04 21:39:28 +00:00
|
|
|
// LookupNode triggers a Kademlia FindNode and returns the response
|
|
|
|
LookupNode(ctx context.Context, in *LookupNodeRequest, opts ...grpc.CallOption) (*LookupNodeResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// NodeInfo sends a PING RPC to a node and returns its local info
|
|
|
|
NodeInfo(ctx context.Context, in *NodeInfoRequest, opts ...grpc.CallOption) (*NodeInfoResponse, error)
|
2019-01-28 22:53:37 +00:00
|
|
|
// FindNear returns limit number of IDs "near" the Start ID
|
|
|
|
FindNear(ctx context.Context, in *FindNearRequest, opts ...grpc.CallOption) (*FindNearResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the node database
|
|
|
|
DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
type kadInspectorClient struct {
|
2018-11-21 17:31:27 +00:00
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func NewKadInspectorClient(cc *grpc.ClientConn) KadInspectorClient {
|
|
|
|
return &kadInspectorClient{cc}
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (c *kadInspectorClient) CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error) {
|
2018-11-21 17:31:27 +00:00
|
|
|
out := new(CountNodesResponse)
|
2019-01-14 18:47:22 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/CountNodes", in, out, opts...)
|
2018-11-21 17:31:27 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (c *kadInspectorClient) PingNode(ctx context.Context, in *PingNodeRequest, opts ...grpc.CallOption) (*PingNodeResponse, error) {
|
2018-11-27 22:50:52 +00:00
|
|
|
out := new(PingNodeResponse)
|
2019-01-14 18:47:22 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/PingNode", in, out, opts...)
|
2018-11-27 22:50:52 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func (c *kadInspectorClient) LookupNode(ctx context.Context, in *LookupNodeRequest, opts ...grpc.CallOption) (*LookupNodeResponse, error) {
|
2018-12-04 21:39:28 +00:00
|
|
|
out := new(LookupNodeResponse)
|
2019-01-14 18:47:22 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/LookupNode", in, out, opts...)
|
2018-11-21 22:01:09 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-25 18:41:51 +00:00
|
|
|
func (c *kadInspectorClient) NodeInfo(ctx context.Context, in *NodeInfoRequest, opts ...grpc.CallOption) (*NodeInfoResponse, error) {
|
|
|
|
out := new(NodeInfoResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/NodeInfo", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func (c *kadInspectorClient) FindNear(ctx context.Context, in *FindNearRequest, opts ...grpc.CallOption) (*FindNearResponse, error) {
|
|
|
|
out := new(FindNearResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/FindNear", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func (c *kadInspectorClient) DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error) {
|
|
|
|
out := new(DumpNodesResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.KadInspector/DumpNodes", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
// KadInspectorServer is the server API for KadInspector service.
|
|
|
|
type KadInspectorServer interface {
|
|
|
|
// CountNodes returns the number of nodes in the routing table
|
2018-11-21 17:31:27 +00:00
|
|
|
CountNodes(context.Context, *CountNodesRequest) (*CountNodesResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// PingNode sends a PING RPC to a node and returns its availability
|
2018-11-27 22:50:52 +00:00
|
|
|
PingNode(context.Context, *PingNodeRequest) (*PingNodeResponse, error)
|
2018-12-04 21:39:28 +00:00
|
|
|
// LookupNode triggers a Kademlia FindNode and returns the response
|
|
|
|
LookupNode(context.Context, *LookupNodeRequest) (*LookupNodeResponse, error)
|
2019-02-25 18:41:51 +00:00
|
|
|
// NodeInfo sends a PING RPC to a node and returns its local info
|
|
|
|
NodeInfo(context.Context, *NodeInfoRequest) (*NodeInfoResponse, error)
|
2019-01-28 22:53:37 +00:00
|
|
|
// FindNear returns limit number of IDs "near" the Start ID
|
|
|
|
FindNear(context.Context, *FindNearRequest) (*FindNearResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the node database
|
|
|
|
DumpNodes(context.Context, *DumpNodesRequest) (*DumpNodesResponse, error)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func RegisterKadInspectorServer(s *grpc.Server, srv KadInspectorServer) {
|
|
|
|
s.RegisterService(&_KadInspector_serviceDesc, srv)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func _KadInspector_CountNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-11-21 17:31:27 +00:00
|
|
|
in := new(CountNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(KadInspectorServer).CountNodes(ctx, in)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-14 18:47:22 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/CountNodes",
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(KadInspectorServer).CountNodes(ctx, req.(*CountNodesRequest))
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func _KadInspector_PingNode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(PingNodeRequest)
|
2018-11-21 17:31:27 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).PingNode(ctx, in)
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-28 22:53:37 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/PingNode",
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).PingNode(ctx, req.(*PingNodeRequest))
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func _KadInspector_LookupNode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(LookupNodeRequest)
|
2018-11-27 22:50:52 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).LookupNode(ctx, in)
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-28 22:53:37 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/LookupNode",
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).LookupNode(ctx, req.(*LookupNodeRequest))
|
2018-11-27 22:50:52 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-25 18:41:51 +00:00
|
|
|
func _KadInspector_NodeInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(NodeInfoRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(KadInspectorServer).NodeInfo(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.KadInspector/NodeInfo",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(KadInspectorServer).NodeInfo(ctx, req.(*NodeInfoRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-28 22:53:37 +00:00
|
|
|
func _KadInspector_FindNear_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(FindNearRequest)
|
2018-12-04 21:39:28 +00:00
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).FindNear(ctx, in)
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-28 22:53:37 +00:00
|
|
|
FullMethod: "/inspector.KadInspector/FindNear",
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-28 22:53:37 +00:00
|
|
|
return srv.(KadInspectorServer).FindNear(ctx, req.(*FindNearRequest))
|
2018-12-04 21:39:28 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func _KadInspector_DumpNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DumpNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(KadInspectorServer).DumpNodes(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.KadInspector/DumpNodes",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(KadInspectorServer).DumpNodes(ctx, req.(*DumpNodesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
var _KadInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.KadInspector",
|
|
|
|
HandlerType: (*KadInspectorServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "CountNodes",
|
|
|
|
Handler: _KadInspector_CountNodes_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "PingNode",
|
|
|
|
Handler: _KadInspector_PingNode_Handler,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "LookupNode",
|
|
|
|
Handler: _KadInspector_LookupNode_Handler,
|
|
|
|
},
|
2019-02-25 18:41:51 +00:00
|
|
|
{
|
|
|
|
MethodName: "NodeInfo",
|
|
|
|
Handler: _KadInspector_NodeInfo_Handler,
|
|
|
|
},
|
2019-01-28 22:53:37 +00:00
|
|
|
{
|
|
|
|
MethodName: "FindNear",
|
|
|
|
Handler: _KadInspector_FindNear_Handler,
|
|
|
|
},
|
2019-02-28 19:55:27 +00:00
|
|
|
{
|
|
|
|
MethodName: "DumpNodes",
|
|
|
|
Handler: _KadInspector_DumpNodes_Handler,
|
|
|
|
},
|
2019-01-14 18:47:22 +00:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
// OverlayInspectorClient is the client API for OverlayInspector service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type OverlayInspectorClient interface {
|
|
|
|
// CountNodes returns the number of nodes in the cache
|
|
|
|
CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the cache
|
|
|
|
DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error)
|
2019-01-14 18:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
type overlayInspectorClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewOverlayInspectorClient(cc *grpc.ClientConn) OverlayInspectorClient {
|
|
|
|
return &overlayInspectorClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *overlayInspectorClient) CountNodes(ctx context.Context, in *CountNodesRequest, opts ...grpc.CallOption) (*CountNodesResponse, error) {
|
|
|
|
out := new(CountNodesResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.OverlayInspector/CountNodes", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func (c *overlayInspectorClient) DumpNodes(ctx context.Context, in *DumpNodesRequest, opts ...grpc.CallOption) (*DumpNodesResponse, error) {
|
|
|
|
out := new(DumpNodesResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.OverlayInspector/DumpNodes", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
// OverlayInspectorServer is the server API for OverlayInspector service.
|
|
|
|
type OverlayInspectorServer interface {
|
|
|
|
// CountNodes returns the number of nodes in the cache
|
|
|
|
CountNodes(context.Context, *CountNodesRequest) (*CountNodesResponse, error)
|
2019-02-28 19:55:27 +00:00
|
|
|
// DumpNodes returns all the nodes in the cache
|
|
|
|
DumpNodes(context.Context, *DumpNodesRequest) (*DumpNodesResponse, error)
|
2019-01-14 18:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterOverlayInspectorServer(s *grpc.Server, srv OverlayInspectorServer) {
|
|
|
|
s.RegisterService(&_OverlayInspector_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _OverlayInspector_CountNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(CountNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(OverlayInspectorServer).CountNodes(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.OverlayInspector/CountNodes",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(OverlayInspectorServer).CountNodes(ctx, req.(*CountNodesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func _OverlayInspector_DumpNodes_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(DumpNodesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(OverlayInspectorServer).DumpNodes(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/inspector.OverlayInspector/DumpNodes",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(OverlayInspectorServer).DumpNodes(ctx, req.(*DumpNodesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
var _OverlayInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.OverlayInspector",
|
|
|
|
HandlerType: (*OverlayInspectorServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "CountNodes",
|
|
|
|
Handler: _OverlayInspector_CountNodes_Handler,
|
|
|
|
},
|
2019-02-28 19:55:27 +00:00
|
|
|
{
|
|
|
|
MethodName: "DumpNodes",
|
|
|
|
Handler: _OverlayInspector_DumpNodes_Handler,
|
|
|
|
},
|
2019-01-14 18:47:22 +00:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
// StatDBInspectorClient is the client API for StatDBInspector service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
|
|
type StatDBInspectorClient interface {
|
|
|
|
// GetStats returns the stats for a particular node ID
|
|
|
|
GetStats(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (*GetStatsResponse, error)
|
|
|
|
// CreateStats creates a node with specified stats
|
|
|
|
CreateStats(ctx context.Context, in *CreateStatsRequest, opts ...grpc.CallOption) (*CreateStatsResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type statDBInspectorClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewStatDBInspectorClient(cc *grpc.ClientConn) StatDBInspectorClient {
|
|
|
|
return &statDBInspectorClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *statDBInspectorClient) GetStats(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (*GetStatsResponse, error) {
|
|
|
|
out := new(GetStatsResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.StatDBInspector/GetStats", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *statDBInspectorClient) CreateStats(ctx context.Context, in *CreateStatsRequest, opts ...grpc.CallOption) (*CreateStatsResponse, error) {
|
|
|
|
out := new(CreateStatsResponse)
|
|
|
|
err := c.cc.Invoke(ctx, "/inspector.StatDBInspector/CreateStats", in, out, opts...)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// StatDBInspectorServer is the server API for StatDBInspector service.
|
|
|
|
type StatDBInspectorServer interface {
|
|
|
|
// GetStats returns the stats for a particular node ID
|
|
|
|
GetStats(context.Context, *GetStatsRequest) (*GetStatsResponse, error)
|
|
|
|
// CreateStats creates a node with specified stats
|
|
|
|
CreateStats(context.Context, *CreateStatsRequest) (*CreateStatsResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
func RegisterStatDBInspectorServer(s *grpc.Server, srv StatDBInspectorServer) {
|
|
|
|
s.RegisterService(&_StatDBInspector_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _StatDBInspector_GetStats_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-11-21 22:01:09 +00:00
|
|
|
in := new(GetStatsRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(StatDBInspectorServer).GetStats(ctx, in)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-14 18:47:22 +00:00
|
|
|
FullMethod: "/inspector.StatDBInspector/GetStats",
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(StatDBInspectorServer).GetStats(ctx, req.(*GetStatsRequest))
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
func _StatDBInspector_CreateStats_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
2018-11-21 22:01:09 +00:00
|
|
|
in := new(CreateStatsRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(StatDBInspectorServer).CreateStats(ctx, in)
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
2019-01-14 18:47:22 +00:00
|
|
|
FullMethod: "/inspector.StatDBInspector/CreateStats",
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
2019-01-14 18:47:22 +00:00
|
|
|
return srv.(StatDBInspectorServer).CreateStats(ctx, req.(*CreateStatsRequest))
|
2018-11-21 22:01:09 +00:00
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2019-01-14 18:47:22 +00:00
|
|
|
var _StatDBInspector_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "inspector.StatDBInspector",
|
|
|
|
HandlerType: (*StatDBInspectorServer)(nil),
|
2018-11-21 17:31:27 +00:00
|
|
|
Methods: []grpc.MethodDesc{
|
2018-11-21 22:01:09 +00:00
|
|
|
{
|
|
|
|
MethodName: "GetStats",
|
2019-01-14 18:47:22 +00:00
|
|
|
Handler: _StatDBInspector_GetStats_Handler,
|
2018-11-21 22:01:09 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
MethodName: "CreateStats",
|
2019-01-14 18:47:22 +00:00
|
|
|
Handler: _StatDBInspector_CreateStats_Handler,
|
2018-11-21 22:01:09 +00:00
|
|
|
},
|
2018-11-21 17:31:27 +00:00
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "inspector.proto",
|
|
|
|
}
|
|
|
|
|
2019-02-28 19:55:27 +00:00
|
|
|
func init() { proto.RegisterFile("inspector.proto", fileDescriptor_inspector_6a128dba77f35834) }
|
|
|
|
|
|
|
|
var fileDescriptor_inspector_6a128dba77f35834 = []byte{
|
|
|
|
// 811 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x6e, 0xd3, 0x4c,
|
|
|
|
0x14, 0xfd, 0xec, 0xfc, 0x34, 0xb9, 0x89, 0xf2, 0x33, 0xed, 0x27, 0x45, 0xa1, 0xb4, 0x61, 0x84,
|
|
|
|
0xa0, 0x2a, 0x52, 0x84, 0x02, 0x6c, 0x90, 0x40, 0x22, 0xa9, 0x5a, 0xa2, 0x96, 0x16, 0xb9, 0xb0,
|
|
|
|
0x41, 0x48, 0xd5, 0x34, 0x1e, 0x2a, 0x2b, 0x4d, 0xc6, 0xd8, 0x63, 0xa4, 0xbc, 0x0a, 0x6b, 0x78,
|
|
|
|
0x05, 0x36, 0xbc, 0x00, 0xcf, 0xc0, 0xa2, 0x1b, 0x5e, 0x04, 0x79, 0xc6, 0xf6, 0x78, 0xec, 0x46,
|
|
|
|
0x8d, 0x10, 0xec, 0xec, 0x7b, 0xce, 0x9c, 0x39, 0x77, 0xee, 0x9d, 0x1f, 0x68, 0x3a, 0x73, 0xdf,
|
|
|
|
0xa5, 0x13, 0xce, 0xbc, 0xbe, 0xeb, 0x31, 0xce, 0x50, 0x35, 0x09, 0x74, 0xe1, 0x82, 0x5d, 0x30,
|
|
|
|
0x19, 0xee, 0xc2, 0x9c, 0xd9, 0x54, 0x7e, 0xe3, 0xa7, 0xd0, 0x3c, 0xa0, 0xfc, 0x94, 0x13, 0xee,
|
|
|
|
0x5b, 0xf4, 0x63, 0x40, 0x7d, 0x8e, 0xee, 0xc3, 0x5a, 0x48, 0x38, 0x73, 0xec, 0x8e, 0xd1, 0x33,
|
|
|
|
0x76, 0xea, 0xc3, 0xc6, 0x8f, 0xab, 0xed, 0xff, 0x7e, 0x5e, 0x6d, 0x97, 0x8f, 0x99, 0x4d, 0xc7,
|
|
|
|
0x7b, 0x56, 0x39, 0x84, 0xc7, 0x36, 0xfe, 0x6c, 0x40, 0x4b, 0x0d, 0xf6, 0x5d, 0x36, 0xf7, 0x29,
|
|
|
|
0xda, 0x86, 0x1a, 0x09, 0x6c, 0x87, 0x9f, 0x4d, 0x58, 0x30, 0xe7, 0x42, 0xa1, 0x60, 0x81, 0x08,
|
|
|
|
0x8d, 0xc2, 0x88, 0x22, 0x78, 0x84, 0x3b, 0xac, 0x63, 0xf6, 0x8c, 0x1d, 0x23, 0x22, 0x58, 0x61,
|
|
|
|
0x04, 0xdd, 0x81, 0x7a, 0xe0, 0x72, 0x67, 0x46, 0x23, 0x89, 0x82, 0x90, 0xa8, 0xc9, 0x98, 0xd4,
|
|
|
|
0x50, 0x14, 0x29, 0x52, 0x14, 0x22, 0x11, 0x45, 0xa8, 0xe0, 0x5f, 0x06, 0xa0, 0x91, 0x47, 0x09,
|
|
|
|
0xa7, 0x7f, 0x94, 0x5c, 0x36, 0x0f, 0x33, 0x97, 0x47, 0x1f, 0xd6, 0x25, 0xc1, 0x0f, 0x26, 0x13,
|
|
|
|
0xea, 0xfb, 0x9a, 0xdb, 0xb6, 0x80, 0x4e, 0x25, 0x92, 0xf5, 0x2c, 0x89, 0xc5, 0x7c, 0x5a, 0x0f,
|
|
|
|
0x61, 0x23, 0xa2, 0xe8, 0x9a, 0x25, 0x41, 0x45, 0x12, 0x4b, 0x8b, 0xe2, 0xff, 0x61, 0x5d, 0x4b,
|
|
|
|
0x52, 0x16, 0x01, 0xef, 0x02, 0x12, 0x78, 0x98, 0x93, 0x2a, 0xcd, 0x06, 0x94, 0xd2, 0x45, 0x91,
|
|
|
|
0x3f, 0x78, 0x1d, 0xda, 0x69, 0xae, 0x58, 0xa6, 0x30, 0x78, 0x40, 0xf9, 0x30, 0x98, 0x4c, 0x69,
|
|
|
|
0xb2, 0x76, 0xf8, 0x25, 0xa0, 0x74, 0x50, 0xa9, 0x72, 0xc6, 0xc9, 0x65, 0xac, 0x2a, 0x7e, 0xd0,
|
|
|
|
0x26, 0x14, 0x1c, 0xdb, 0xef, 0x98, 0xbd, 0xc2, 0x4e, 0x7d, 0x08, 0xa9, 0xf5, 0x0d, 0xc3, 0x78,
|
|
|
|
0x20, 0x1a, 0x47, 0x2a, 0xc5, 0x95, 0xd9, 0x02, 0x73, 0x69, 0x51, 0x4c, 0xc7, 0xc6, 0x6f, 0x53,
|
|
|
|
0x96, 0x92, 0xc9, 0x6f, 0x18, 0x84, 0x7a, 0x50, 0x0a, 0xeb, 0x29, 0x8d, 0xd4, 0x06, 0xd0, 0x17,
|
|
|
|
0xad, 0x1f, 0x12, 0x2c, 0x09, 0xe0, 0x5d, 0x28, 0x4b, 0xcd, 0x15, 0xb8, 0x7d, 0x00, 0xc9, 0x3d,
|
|
|
|
0x72, 0xfc, 0x14, 0xdf, 0x58, 0xc6, 0x3f, 0x84, 0xe6, 0x6b, 0x67, 0x7e, 0x21, 0x42, 0xab, 0x65,
|
|
|
|
0x89, 0x3a, 0xb0, 0x46, 0x6c, 0xdb, 0xa3, 0xbe, 0x2f, 0x5a, 0xae, 0x6a, 0xc5, 0xbf, 0x18, 0x43,
|
|
|
|
0x4b, 0x89, 0x45, 0xe9, 0x37, 0xc0, 0x64, 0x53, 0xa1, 0x56, 0xb1, 0x4c, 0x36, 0xc5, 0xcf, 0xa0,
|
|
|
|
0x7d, 0xc4, 0xd8, 0x34, 0x70, 0xd3, 0x53, 0x36, 0x92, 0x29, 0xab, 0x37, 0x4c, 0xf1, 0x1e, 0x50,
|
|
|
|
0x7a, 0x78, 0xb2, 0xc6, 0xc5, 0x30, 0x1d, 0xa1, 0xa0, 0xa7, 0x29, 0xe2, 0xe8, 0x1e, 0x14, 0x67,
|
|
|
|
0x94, 0x13, 0x21, 0x56, 0x1b, 0x20, 0x85, 0xbf, 0xa2, 0x9c, 0xd8, 0x84, 0x13, 0x4b, 0xe0, 0xf8,
|
|
|
|
0x39, 0x34, 0x45, 0xa2, 0xf3, 0x0f, 0x2c, 0xb6, 0xf6, 0x40, 0x59, 0x91, 0xea, 0x6d, 0x35, 0xfa,
|
|
|
|
0x85, 0x04, 0x94, 0xbb, 0x6f, 0x06, 0xb4, 0x94, 0xc0, 0x8a, 0x0d, 0x80, 0xa1, 0xc8, 0x17, 0x2e,
|
|
|
|
0x15, 0xe6, 0x1a, 0x83, 0x86, 0x92, 0x7f, 0xb3, 0x70, 0xa9, 0x25, 0x30, 0xd4, 0x87, 0x0a, 0x73,
|
|
|
|
0xa9, 0x47, 0x38, 0xf3, 0xc4, 0xf6, 0xd5, 0x92, 0x38, 0x89, 0x10, 0x2b, 0xe1, 0x84, 0xfc, 0x09,
|
|
|
|
0x71, 0xc9, 0xc4, 0xe1, 0x0b, 0xb1, 0x8b, 0x35, 0xfe, 0x28, 0x42, 0xac, 0x84, 0x83, 0x67, 0xd0,
|
|
|
|
0xdc, 0x77, 0xe6, 0xf6, 0x31, 0x25, 0xde, 0xaa, 0x6d, 0x70, 0x17, 0x4a, 0x3e, 0x27, 0x9e, 0x3c,
|
|
|
|
0x77, 0xf2, 0x14, 0x09, 0x86, 0x5b, 0xef, 0xd2, 0x99, 0x39, 0xf1, 0xa1, 0x23, 0x7f, 0xf0, 0x63,
|
|
|
|
0x68, 0xa9, 0xe9, 0xa2, 0x65, 0xba, 0xb9, 0xb7, 0x11, 0xb4, 0xf6, 0x82, 0x99, 0xab, 0x9d, 0x02,
|
|
|
|
0x4f, 0xa0, 0x9d, 0x8a, 0x65, 0xa5, 0x96, 0xb5, 0xfd, 0xe0, 0x7b, 0x01, 0xea, 0x87, 0xc4, 0x1e,
|
|
|
|
0xc7, 0x97, 0x0f, 0x1a, 0x03, 0xa8, 0x23, 0x06, 0x6d, 0xf6, 0xd5, 0x3d, 0x95, 0x3b, 0x79, 0xba,
|
|
|
|
0xb7, 0x97, 0xa0, 0xd1, 0xec, 0x23, 0xa8, 0xc4, 0xbb, 0x00, 0x75, 0x53, 0xd4, 0xcc, 0x3e, 0xeb,
|
|
|
|
0xde, 0xba, 0x16, 0x8b, 0x44, 0xc6, 0x00, 0xaa, 0xcf, 0x35, 0x3f, 0xb9, 0xdd, 0xa3, 0xf9, 0xb9,
|
|
|
|
0x66, 0x73, 0x8c, 0xa0, 0x12, 0xf7, 0xa4, 0xe6, 0x27, 0xd3, 0xe9, 0x9a, 0x9f, 0x5c, 0x13, 0x8f,
|
|
|
|
0xa0, 0x12, 0x57, 0x4c, 0x13, 0xc9, 0x74, 0x8d, 0x26, 0x92, 0x2b, 0xf1, 0x3e, 0x54, 0x93, 0x62,
|
|
|
|
0xa1, 0x34, 0x33, 0x5b, 0xd6, 0xee, 0xe6, 0xf5, 0xa0, 0xd4, 0x19, 0x7c, 0x35, 0xa0, 0x75, 0xf2,
|
|
|
|
0x89, 0x7a, 0x97, 0x64, 0xf1, 0x4f, 0x2a, 0xf8, 0xb7, 0x7c, 0x7e, 0x31, 0xa0, 0x19, 0xde, 0x7a,
|
|
|
|
0x7b, 0x43, 0x65, 0x73, 0x04, 0x95, 0xf8, 0x41, 0xa2, 0x2d, 0x64, 0xe6, 0x89, 0xa3, 0x2d, 0x64,
|
|
|
|
0xee, 0x05, 0x73, 0x04, 0xb5, 0xd4, 0x9d, 0x8a, 0xb4, 0x74, 0x72, 0x0f, 0x8a, 0xee, 0xd6, 0x32,
|
|
|
|
0x58, 0xaa, 0x0d, 0x8b, 0xef, 0x4c, 0xf7, 0xfc, 0xbc, 0x2c, 0x5e, 0x5b, 0x8f, 0x7e, 0x07, 0x00,
|
|
|
|
0x00, 0xff, 0xff, 0x73, 0x4b, 0x0c, 0x2e, 0xa3, 0x09, 0x00, 0x00,
|
2018-11-21 17:31:27 +00:00
|
|
|
}
|