rclone/vendor/storj.io/common/pb/contact.pb.go
2020-05-12 15:56:50 +00:00

484 lines
16 KiB
Go

// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: contact.proto
package pb
import (
context "context"
fmt "fmt"
math "math"
time "time"
proto "github.com/gogo/protobuf/proto"
drpc "storj.io/drpc"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
var _ = time.Kitchen
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
type CheckInRequest struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
Version *NodeVersion `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
Capacity *NodeCapacity `protobuf:"bytes,3,opt,name=capacity,proto3" json:"capacity,omitempty"`
Operator *NodeOperator `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CheckInRequest) Reset() { *m = CheckInRequest{} }
func (m *CheckInRequest) String() string { return proto.CompactTextString(m) }
func (*CheckInRequest) ProtoMessage() {}
func (*CheckInRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a5036fff2565fb15, []int{0}
}
func (m *CheckInRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CheckInRequest.Unmarshal(m, b)
}
func (m *CheckInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CheckInRequest.Marshal(b, m, deterministic)
}
func (m *CheckInRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_CheckInRequest.Merge(m, src)
}
func (m *CheckInRequest) XXX_Size() int {
return xxx_messageInfo_CheckInRequest.Size(m)
}
func (m *CheckInRequest) XXX_DiscardUnknown() {
xxx_messageInfo_CheckInRequest.DiscardUnknown(m)
}
var xxx_messageInfo_CheckInRequest proto.InternalMessageInfo
func (m *CheckInRequest) GetAddress() string {
if m != nil {
return m.Address
}
return ""
}
func (m *CheckInRequest) GetVersion() *NodeVersion {
if m != nil {
return m.Version
}
return nil
}
func (m *CheckInRequest) GetCapacity() *NodeCapacity {
if m != nil {
return m.Capacity
}
return nil
}
func (m *CheckInRequest) GetOperator() *NodeOperator {
if m != nil {
return m.Operator
}
return nil
}
type CheckInResponse struct {
PingNodeSuccess bool `protobuf:"varint,1,opt,name=ping_node_success,json=pingNodeSuccess,proto3" json:"ping_node_success,omitempty"`
PingErrorMessage string `protobuf:"bytes,2,opt,name=ping_error_message,json=pingErrorMessage,proto3" json:"ping_error_message,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CheckInResponse) Reset() { *m = CheckInResponse{} }
func (m *CheckInResponse) String() string { return proto.CompactTextString(m) }
func (*CheckInResponse) ProtoMessage() {}
func (*CheckInResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a5036fff2565fb15, []int{1}
}
func (m *CheckInResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CheckInResponse.Unmarshal(m, b)
}
func (m *CheckInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CheckInResponse.Marshal(b, m, deterministic)
}
func (m *CheckInResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_CheckInResponse.Merge(m, src)
}
func (m *CheckInResponse) XXX_Size() int {
return xxx_messageInfo_CheckInResponse.Size(m)
}
func (m *CheckInResponse) XXX_DiscardUnknown() {
xxx_messageInfo_CheckInResponse.DiscardUnknown(m)
}
var xxx_messageInfo_CheckInResponse proto.InternalMessageInfo
func (m *CheckInResponse) GetPingNodeSuccess() bool {
if m != nil {
return m.PingNodeSuccess
}
return false
}
func (m *CheckInResponse) GetPingErrorMessage() string {
if m != nil {
return m.PingErrorMessage
}
return ""
}
type GetTimeRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetTimeRequest) Reset() { *m = GetTimeRequest{} }
func (m *GetTimeRequest) String() string { return proto.CompactTextString(m) }
func (*GetTimeRequest) ProtoMessage() {}
func (*GetTimeRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a5036fff2565fb15, []int{2}
}
func (m *GetTimeRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetTimeRequest.Unmarshal(m, b)
}
func (m *GetTimeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetTimeRequest.Marshal(b, m, deterministic)
}
func (m *GetTimeRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetTimeRequest.Merge(m, src)
}
func (m *GetTimeRequest) XXX_Size() int {
return xxx_messageInfo_GetTimeRequest.Size(m)
}
func (m *GetTimeRequest) XXX_DiscardUnknown() {
xxx_messageInfo_GetTimeRequest.DiscardUnknown(m)
}
var xxx_messageInfo_GetTimeRequest proto.InternalMessageInfo
type GetTimeResponse struct {
Timestamp time.Time `protobuf:"bytes,1,opt,name=timestamp,proto3,stdtime" json:"timestamp"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GetTimeResponse) Reset() { *m = GetTimeResponse{} }
func (m *GetTimeResponse) String() string { return proto.CompactTextString(m) }
func (*GetTimeResponse) ProtoMessage() {}
func (*GetTimeResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a5036fff2565fb15, []int{3}
}
func (m *GetTimeResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GetTimeResponse.Unmarshal(m, b)
}
func (m *GetTimeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GetTimeResponse.Marshal(b, m, deterministic)
}
func (m *GetTimeResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_GetTimeResponse.Merge(m, src)
}
func (m *GetTimeResponse) XXX_Size() int {
return xxx_messageInfo_GetTimeResponse.Size(m)
}
func (m *GetTimeResponse) XXX_DiscardUnknown() {
xxx_messageInfo_GetTimeResponse.DiscardUnknown(m)
}
var xxx_messageInfo_GetTimeResponse proto.InternalMessageInfo
func (m *GetTimeResponse) GetTimestamp() time.Time {
if m != nil {
return m.Timestamp
}
return time.Time{}
}
type ContactPingRequest struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ContactPingRequest) Reset() { *m = ContactPingRequest{} }
func (m *ContactPingRequest) String() string { return proto.CompactTextString(m) }
func (*ContactPingRequest) ProtoMessage() {}
func (*ContactPingRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a5036fff2565fb15, []int{4}
}
func (m *ContactPingRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ContactPingRequest.Unmarshal(m, b)
}
func (m *ContactPingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ContactPingRequest.Marshal(b, m, deterministic)
}
func (m *ContactPingRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ContactPingRequest.Merge(m, src)
}
func (m *ContactPingRequest) XXX_Size() int {
return xxx_messageInfo_ContactPingRequest.Size(m)
}
func (m *ContactPingRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ContactPingRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ContactPingRequest proto.InternalMessageInfo
type ContactPingResponse struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ContactPingResponse) Reset() { *m = ContactPingResponse{} }
func (m *ContactPingResponse) String() string { return proto.CompactTextString(m) }
func (*ContactPingResponse) ProtoMessage() {}
func (*ContactPingResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a5036fff2565fb15, []int{5}
}
func (m *ContactPingResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ContactPingResponse.Unmarshal(m, b)
}
func (m *ContactPingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ContactPingResponse.Marshal(b, m, deterministic)
}
func (m *ContactPingResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ContactPingResponse.Merge(m, src)
}
func (m *ContactPingResponse) XXX_Size() int {
return xxx_messageInfo_ContactPingResponse.Size(m)
}
func (m *ContactPingResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ContactPingResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ContactPingResponse proto.InternalMessageInfo
func init() {
proto.RegisterType((*CheckInRequest)(nil), "contact.CheckInRequest")
proto.RegisterType((*CheckInResponse)(nil), "contact.CheckInResponse")
proto.RegisterType((*GetTimeRequest)(nil), "contact.GetTimeRequest")
proto.RegisterType((*GetTimeResponse)(nil), "contact.GetTimeResponse")
proto.RegisterType((*ContactPingRequest)(nil), "contact.ContactPingRequest")
proto.RegisterType((*ContactPingResponse)(nil), "contact.ContactPingResponse")
}
func init() { proto.RegisterFile("contact.proto", fileDescriptor_a5036fff2565fb15) }
var fileDescriptor_a5036fff2565fb15 = []byte{
// 417 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x52, 0xc1, 0x6e, 0xd3, 0x40,
0x10, 0xc5, 0x50, 0xe1, 0x64, 0x2a, 0x9a, 0x76, 0x29, 0xc2, 0x32, 0x48, 0xa9, 0x7c, 0xaa, 0x00,
0xad, 0xa5, 0x70, 0xed, 0x29, 0x51, 0x85, 0x38, 0x00, 0xd1, 0x52, 0x38, 0x70, 0x89, 0x9c, 0xf5,
0x60, 0x4c, 0xf1, 0x8e, 0xd9, 0xdd, 0x20, 0x71, 0xe5, 0x0b, 0xf8, 0x1b, 0x7e, 0x81, 0xaf, 0x80,
0x5f, 0x41, 0xde, 0x5d, 0x3b, 0x4d, 0xcb, 0xcd, 0xf3, 0xde, 0x9b, 0x37, 0x9e, 0x37, 0x0b, 0xf7,
0x24, 0x29, 0x5b, 0x48, 0xcb, 0x5b, 0x4d, 0x96, 0x58, 0x1c, 0xca, 0x14, 0x2a, 0xaa, 0xc8, 0x83,
0xe9, 0xb4, 0x22, 0xaa, 0xbe, 0x60, 0xee, 0xaa, 0xf5, 0xe6, 0x63, 0x6e, 0xeb, 0x06, 0x8d, 0x2d,
0x9a, 0x36, 0x08, 0x40, 0x51, 0x89, 0xfe, 0x3b, 0xfb, 0x15, 0xc1, 0xc1, 0xe2, 0x13, 0xca, 0xcb,
0x97, 0x4a, 0xe0, 0xd7, 0x0d, 0x1a, 0xcb, 0x12, 0x88, 0x8b, 0xb2, 0xd4, 0x68, 0x4c, 0x12, 0x9d,
0x44, 0xa7, 0x63, 0xd1, 0x97, 0xec, 0x29, 0xc4, 0xdf, 0x50, 0x9b, 0x9a, 0x54, 0x72, 0xfb, 0x24,
0x3a, 0xdd, 0x9f, 0x1d, 0x71, 0x67, 0xf5, 0x9a, 0x4a, 0x7c, 0xef, 0x09, 0xd1, 0x2b, 0x18, 0x87,
0x91, 0x2c, 0xda, 0x42, 0xd6, 0xf6, 0x7b, 0x72, 0xc7, 0xa9, 0xd9, 0x56, 0xbd, 0x08, 0x8c, 0x18,
0x34, 0x9d, 0x9e, 0x5a, 0xd4, 0x85, 0x25, 0x9d, 0xec, 0x5d, 0xd7, 0xbf, 0x09, 0x8c, 0x18, 0x34,
0xd9, 0x25, 0x4c, 0x86, 0x1f, 0x37, 0x2d, 0x29, 0x83, 0xec, 0x09, 0x1c, 0xb5, 0xb5, 0xaa, 0x56,
0x5d, 0xdb, 0xca, 0x6c, 0xa4, 0xec, 0x77, 0x18, 0x89, 0x49, 0x47, 0x74, 0x4e, 0x6f, 0x3d, 0xcc,
0x9e, 0x01, 0x73, 0x5a, 0xd4, 0x9a, 0xf4, 0xaa, 0x41, 0x63, 0x8a, 0x0a, 0xdd, 0x5a, 0x63, 0x71,
0xd8, 0x31, 0xe7, 0x1d, 0xf1, 0xca, 0xe3, 0xd9, 0x21, 0x1c, 0xbc, 0x40, 0x7b, 0x51, 0x37, 0x18,
0x52, 0xca, 0xde, 0xc1, 0x64, 0x40, 0xc2, 0xf8, 0x39, 0x8c, 0x87, 0xa8, 0xdd, 0xd8, 0xfd, 0x59,
0xca, 0xfd, 0x31, 0x78, 0x7f, 0x0c, 0x7e, 0xd1, 0x2b, 0xe6, 0xa3, 0xdf, 0x7f, 0xa6, 0xb7, 0x7e,
0xfe, 0x9d, 0x46, 0x62, 0xdb, 0x96, 0x1d, 0x03, 0x5b, 0xf8, 0x9b, 0x2e, 0x6b, 0x55, 0xf5, 0xc3,
0x1e, 0xc0, 0xfd, 0x1d, 0xd4, 0x0f, 0x9c, 0x2d, 0x21, 0x0e, 0x30, 0x3b, 0x87, 0xd1, 0x32, 0x6c,
0xc8, 0x1e, 0xf1, 0xfe, 0x95, 0xdc, 0xb4, 0x4a, 0x1f, 0xff, 0x9f, 0x0c, 0x8e, 0x3f, 0x22, 0xd8,
0x73, 0x1e, 0x67, 0x10, 0x87, 0x74, 0xd9, 0xc3, 0x6d, 0xc7, 0xce, 0x43, 0x49, 0x93, 0x9b, 0x44,
0x48, 0xe2, 0x0c, 0xe2, 0x10, 0xce, 0x95, 0xee, 0xdd, 0x00, 0xaf, 0x74, 0x5f, 0xcb, 0x71, 0x7e,
0xfc, 0x81, 0x19, 0x4b, 0xfa, 0x33, 0xaf, 0x29, 0x97, 0xd4, 0x34, 0xa4, 0xf2, 0x76, 0xbd, 0xbe,
0xeb, 0x22, 0x7c, 0xfe, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x76, 0x56, 0xc3, 0x57, 0x03, 0x03, 0x00,
0x00,
}
// --- DRPC BEGIN ---
type DRPCContactClient interface {
DRPCConn() drpc.Conn
PingNode(ctx context.Context, in *ContactPingRequest) (*ContactPingResponse, error)
}
type drpcContactClient struct {
cc drpc.Conn
}
func NewDRPCContactClient(cc drpc.Conn) DRPCContactClient {
return &drpcContactClient{cc}
}
func (c *drpcContactClient) DRPCConn() drpc.Conn { return c.cc }
func (c *drpcContactClient) PingNode(ctx context.Context, in *ContactPingRequest) (*ContactPingResponse, error) {
out := new(ContactPingResponse)
err := c.cc.Invoke(ctx, "/contact.Contact/PingNode", in, out)
if err != nil {
return nil, err
}
return out, nil
}
type DRPCContactServer interface {
PingNode(context.Context, *ContactPingRequest) (*ContactPingResponse, error)
}
type DRPCContactDescription struct{}
func (DRPCContactDescription) NumMethods() int { return 1 }
func (DRPCContactDescription) Method(n int) (string, drpc.Receiver, interface{}, bool) {
switch n {
case 0:
return "/contact.Contact/PingNode",
func(srv interface{}, ctx context.Context, in1, in2 interface{}) (drpc.Message, error) {
return srv.(DRPCContactServer).
PingNode(
ctx,
in1.(*ContactPingRequest),
)
}, DRPCContactServer.PingNode, true
default:
return "", nil, nil, false
}
}
func DRPCRegisterContact(mux drpc.Mux, impl DRPCContactServer) error {
return mux.Register(impl, DRPCContactDescription{})
}
type DRPCContact_PingNodeStream interface {
drpc.Stream
SendAndClose(*ContactPingResponse) error
}
type drpcContactPingNodeStream struct {
drpc.Stream
}
func (x *drpcContactPingNodeStream) SendAndClose(m *ContactPingResponse) error {
if err := x.MsgSend(m); err != nil {
return err
}
return x.CloseSend()
}
type DRPCNodeClient interface {
DRPCConn() drpc.Conn
CheckIn(ctx context.Context, in *CheckInRequest) (*CheckInResponse, error)
GetTime(ctx context.Context, in *GetTimeRequest) (*GetTimeResponse, error)
}
type drpcNodeClient struct {
cc drpc.Conn
}
func NewDRPCNodeClient(cc drpc.Conn) DRPCNodeClient {
return &drpcNodeClient{cc}
}
func (c *drpcNodeClient) DRPCConn() drpc.Conn { return c.cc }
func (c *drpcNodeClient) CheckIn(ctx context.Context, in *CheckInRequest) (*CheckInResponse, error) {
out := new(CheckInResponse)
err := c.cc.Invoke(ctx, "/contact.Node/CheckIn", in, out)
if err != nil {
return nil, err
}
return out, nil
}
func (c *drpcNodeClient) GetTime(ctx context.Context, in *GetTimeRequest) (*GetTimeResponse, error) {
out := new(GetTimeResponse)
err := c.cc.Invoke(ctx, "/contact.Node/GetTime", in, out)
if err != nil {
return nil, err
}
return out, nil
}
type DRPCNodeServer interface {
CheckIn(context.Context, *CheckInRequest) (*CheckInResponse, error)
GetTime(context.Context, *GetTimeRequest) (*GetTimeResponse, error)
}
type DRPCNodeDescription struct{}
func (DRPCNodeDescription) NumMethods() int { return 2 }
func (DRPCNodeDescription) Method(n int) (string, drpc.Receiver, interface{}, bool) {
switch n {
case 0:
return "/contact.Node/CheckIn",
func(srv interface{}, ctx context.Context, in1, in2 interface{}) (drpc.Message, error) {
return srv.(DRPCNodeServer).
CheckIn(
ctx,
in1.(*CheckInRequest),
)
}, DRPCNodeServer.CheckIn, true
case 1:
return "/contact.Node/GetTime",
func(srv interface{}, ctx context.Context, in1, in2 interface{}) (drpc.Message, error) {
return srv.(DRPCNodeServer).
GetTime(
ctx,
in1.(*GetTimeRequest),
)
}, DRPCNodeServer.GetTime, true
default:
return "", nil, nil, false
}
}
func DRPCRegisterNode(mux drpc.Mux, impl DRPCNodeServer) error {
return mux.Register(impl, DRPCNodeDescription{})
}
type DRPCNode_CheckInStream interface {
drpc.Stream
SendAndClose(*CheckInResponse) error
}
type drpcNodeCheckInStream struct {
drpc.Stream
}
func (x *drpcNodeCheckInStream) SendAndClose(m *CheckInResponse) error {
if err := x.MsgSend(m); err != nil {
return err
}
return x.CloseSend()
}
type DRPCNode_GetTimeStream interface {
drpc.Stream
SendAndClose(*GetTimeResponse) error
}
type drpcNodeGetTimeStream struct {
drpc.Stream
}
func (x *drpcNodeGetTimeStream) SendAndClose(m *GetTimeResponse) error {
if err := x.MsgSend(m); err != nil {
return err
}
return x.CloseSend()
}
// --- DRPC END ---