mirror of
https://github.com/portbuster1337/ArachneC2
synced 2026-06-14 08:40:53 +00:00
c9fb32fbcd
- Renamed protobuf packages: arachnepb→apb, commonpb→cpb, rpcpb→rpb - Renamed protobuf types to opaque Z-series (BeaconRegister→Z1, etc.) - Renamed RPC from ArachneRPC→S, methods GetVersion→M0, etc. - Changed protocol IDs: /arachne/shell/1.0.0 → /x/sh/1.0.0, etc. - Changed pubsub topic prefixes: /arachne/ → /c/, /beacons/ → /b/ - Per-implant task routing (TaskTopic) instead of shared CommandTopic - Fixed Windows shell: HideWindow, merged stderr, LF→CRLF conversion - Fixed io.Copy Write contract violation in shell stdin path - Fixed ListImplants() sorting for stable select ordering - Added garble -literals -tiny flags, PATH propagation for generate - Added bootstrap IP fallbacks for bypassing DNS blocking - Updated all docs to reflect new wire format
473 lines
16 KiB
Go
473 lines
16 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.31.0
|
|
// protoc v4.25.1
|
|
// source: rpb/rpc.proto
|
|
|
|
package rpb
|
|
|
|
import (
|
|
apb "github.com/portbuster1337/ArachneC2/protobuf/apb"
|
|
cpb "github.com/portbuster1337/ArachneC2/protobuf/cpb"
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type Version struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Version string `protobuf:"bytes,1,opt,name=Version,proto3" json:"Version,omitempty"`
|
|
Commit string `protobuf:"bytes,2,opt,name=Commit,proto3" json:"Commit,omitempty"`
|
|
GoVersion string `protobuf:"bytes,3,opt,name=GoVersion,proto3" json:"GoVersion,omitempty"`
|
|
}
|
|
|
|
func (x *Version) Reset() {
|
|
*x = Version{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpb_rpc_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Version) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Version) ProtoMessage() {}
|
|
|
|
func (x *Version) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpb_rpc_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Version.ProtoReflect.Descriptor instead.
|
|
func (*Version) Descriptor() ([]byte, []int) {
|
|
return file_rpb_rpc_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Version) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Version) GetCommit() string {
|
|
if x != nil {
|
|
return x.Commit
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Version) GetGoVersion() string {
|
|
if x != nil {
|
|
return x.GoVersion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type Z26 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
|
|
Hostname string `protobuf:"bytes,3,opt,name=Hostname,proto3" json:"Hostname,omitempty"`
|
|
OS string `protobuf:"bytes,4,opt,name=OS,proto3" json:"OS,omitempty"`
|
|
Arch string `protobuf:"bytes,5,opt,name=Arch,proto3" json:"Arch,omitempty"`
|
|
Username string `protobuf:"bytes,6,opt,name=Username,proto3" json:"Username,omitempty"`
|
|
PeerID string `protobuf:"bytes,7,opt,name=PeerID,proto3" json:"PeerID,omitempty"`
|
|
LastCheckin int64 `protobuf:"varint,8,opt,name=LastCheckin,proto3" json:"LastCheckin,omitempty"`
|
|
Interval int64 `protobuf:"varint,9,opt,name=Interval,proto3" json:"Interval,omitempty"`
|
|
IsBeacon bool `protobuf:"varint,10,opt,name=IsBeacon,proto3" json:"IsBeacon,omitempty"`
|
|
Locale string `protobuf:"bytes,11,opt,name=Locale,proto3" json:"Locale,omitempty"`
|
|
RemoteAddress string `protobuf:"bytes,12,opt,name=RemoteAddress,proto3" json:"RemoteAddress,omitempty"`
|
|
}
|
|
|
|
func (x *Z26) Reset() {
|
|
*x = Z26{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpb_rpc_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Z26) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Z26) ProtoMessage() {}
|
|
|
|
func (x *Z26) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpb_rpc_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Z26.ProtoReflect.Descriptor instead.
|
|
func (*Z26) Descriptor() ([]byte, []int) {
|
|
return file_rpb_rpc_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *Z26) GetID() string {
|
|
if x != nil {
|
|
return x.ID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetHostname() string {
|
|
if x != nil {
|
|
return x.Hostname
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetOS() string {
|
|
if x != nil {
|
|
return x.OS
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetArch() string {
|
|
if x != nil {
|
|
return x.Arch
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetUsername() string {
|
|
if x != nil {
|
|
return x.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetPeerID() string {
|
|
if x != nil {
|
|
return x.PeerID
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetLastCheckin() int64 {
|
|
if x != nil {
|
|
return x.LastCheckin
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Z26) GetInterval() int64 {
|
|
if x != nil {
|
|
return x.Interval
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Z26) GetIsBeacon() bool {
|
|
if x != nil {
|
|
return x.IsBeacon
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *Z26) GetLocale() string {
|
|
if x != nil {
|
|
return x.Locale
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Z26) GetRemoteAddress() string {
|
|
if x != nil {
|
|
return x.RemoteAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type Z27 struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Implants []*Z26 `protobuf:"bytes,1,rep,name=Implants,proto3" json:"Implants,omitempty"`
|
|
}
|
|
|
|
func (x *Z27) Reset() {
|
|
*x = Z27{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpb_rpc_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *Z27) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Z27) ProtoMessage() {}
|
|
|
|
func (x *Z27) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpb_rpc_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Z27.ProtoReflect.Descriptor instead.
|
|
func (*Z27) Descriptor() ([]byte, []int) {
|
|
return file_rpb_rpc_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *Z27) GetImplants() []*Z26 {
|
|
if x != nil {
|
|
return x.Implants
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_rpb_rpc_proto protoreflect.FileDescriptor
|
|
|
|
var file_rpb_rpc_proto_rawDesc = []byte{
|
|
0x0a, 0x0d, 0x72, 0x70, 0x62, 0x2f, 0x72, 0x70, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
|
0x03, 0x72, 0x70, 0x62, 0x1a, 0x10, 0x63, 0x70, 0x62, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x61, 0x70, 0x62, 0x2f, 0x61, 0x72, 0x61, 0x63,
|
|
0x68, 0x6e, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x59, 0x0a, 0x07, 0x56, 0x65, 0x72,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16,
|
|
0x0a, 0x06, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x47, 0x6f, 0x56, 0x65, 0x72, 0x73,
|
|
0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x47, 0x6f, 0x56, 0x65, 0x72,
|
|
0x73, 0x69, 0x6f, 0x6e, 0x22, 0xb5, 0x02, 0x0a, 0x03, 0x5a, 0x32, 0x36, 0x12, 0x0e, 0x0a, 0x02,
|
|
0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x49, 0x44, 0x12, 0x12, 0x0a, 0x04,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x48, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x08, 0x48, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02,
|
|
0x4f, 0x53, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x4f, 0x53, 0x12, 0x12, 0x0a, 0x04,
|
|
0x41, 0x72, 0x63, 0x68, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x41, 0x72, 0x63, 0x68,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x08, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06,
|
|
0x50, 0x65, 0x65, 0x72, 0x49, 0x44, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x50, 0x65,
|
|
0x65, 0x72, 0x49, 0x44, 0x12, 0x20, 0x0a, 0x0b, 0x4c, 0x61, 0x73, 0x74, 0x43, 0x68, 0x65, 0x63,
|
|
0x6b, 0x69, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x4c, 0x61, 0x73, 0x74, 0x43,
|
|
0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76,
|
|
0x61, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x76,
|
|
0x61, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x18, 0x0a,
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x49, 0x73, 0x42, 0x65, 0x61, 0x63, 0x6f, 0x6e, 0x12, 0x16,
|
|
0x0a, 0x06, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65,
|
|
0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x52,
|
|
0x65, 0x6d, 0x6f, 0x74, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x2b, 0x0a, 0x03,
|
|
0x5a, 0x32, 0x37, 0x12, 0x24, 0x0a, 0x08, 0x49, 0x6d, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x73, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x72, 0x70, 0x62, 0x2e, 0x5a, 0x32, 0x36, 0x52,
|
|
0x08, 0x49, 0x6d, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x73, 0x32, 0xfc, 0x02, 0x0a, 0x01, 0x53, 0x12,
|
|
0x1e, 0x0a, 0x02, 0x4d, 0x30, 0x12, 0x0a, 0x2e, 0x63, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74,
|
|
0x79, 0x1a, 0x0c, 0x2e, 0x72, 0x70, 0x62, 0x2e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12,
|
|
0x1a, 0x0a, 0x02, 0x4d, 0x31, 0x12, 0x0a, 0x2e, 0x63, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74,
|
|
0x79, 0x1a, 0x08, 0x2e, 0x72, 0x70, 0x62, 0x2e, 0x5a, 0x32, 0x37, 0x12, 0x19, 0x0a, 0x02, 0x4d,
|
|
0x32, 0x12, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x34, 0x1a, 0x0a, 0x2e, 0x63, 0x70, 0x62,
|
|
0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x02, 0x4d, 0x33, 0x12, 0x08, 0x2e, 0x61,
|
|
0x70, 0x62, 0x2e, 0x5a, 0x31, 0x32, 0x1a, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x31, 0x33,
|
|
0x12, 0x18, 0x0a, 0x02, 0x4d, 0x34, 0x12, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x31, 0x34,
|
|
0x1a, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x31, 0x35, 0x12, 0x18, 0x0a, 0x02, 0x4d, 0x35,
|
|
0x12, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x31, 0x36, 0x1a, 0x08, 0x2e, 0x61, 0x70, 0x62,
|
|
0x2e, 0x5a, 0x31, 0x37, 0x12, 0x18, 0x0a, 0x02, 0x4d, 0x36, 0x12, 0x08, 0x2e, 0x61, 0x70, 0x62,
|
|
0x2e, 0x5a, 0x32, 0x30, 0x1a, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x32, 0x31, 0x12, 0x18,
|
|
0x0a, 0x02, 0x4d, 0x37, 0x12, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x32, 0x32, 0x1a, 0x08,
|
|
0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x32, 0x33, 0x12, 0x18, 0x0a, 0x02, 0x4d, 0x38, 0x12, 0x08,
|
|
0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x32, 0x34, 0x1a, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a,
|
|
0x32, 0x35, 0x12, 0x16, 0x0a, 0x02, 0x4d, 0x39, 0x12, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a,
|
|
0x32, 0x1a, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x33, 0x12, 0x17, 0x0a, 0x03, 0x4d, 0x31,
|
|
0x30, 0x12, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x35, 0x1a, 0x07, 0x2e, 0x61, 0x70, 0x62,
|
|
0x2e, 0x5a, 0x36, 0x12, 0x1b, 0x0a, 0x03, 0x4d, 0x31, 0x31, 0x12, 0x07, 0x2e, 0x61, 0x70, 0x62,
|
|
0x2e, 0x5a, 0x38, 0x1a, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x38, 0x28, 0x01, 0x30, 0x01,
|
|
0x12, 0x17, 0x0a, 0x03, 0x4d, 0x31, 0x32, 0x12, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x39,
|
|
0x1a, 0x07, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x39, 0x12, 0x1d, 0x0a, 0x03, 0x4d, 0x31, 0x33,
|
|
0x12, 0x08, 0x2e, 0x61, 0x70, 0x62, 0x2e, 0x5a, 0x31, 0x30, 0x1a, 0x08, 0x2e, 0x61, 0x70, 0x62,
|
|
0x2e, 0x5a, 0x31, 0x30, 0x28, 0x01, 0x30, 0x01, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68,
|
|
0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x70, 0x6f, 0x72, 0x74, 0x62, 0x75, 0x73, 0x74, 0x65,
|
|
0x72, 0x31, 0x33, 0x33, 0x37, 0x2f, 0x41, 0x72, 0x61, 0x63, 0x68, 0x6e, 0x65, 0x43, 0x32, 0x2f,
|
|
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x72, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_rpb_rpc_proto_rawDescOnce sync.Once
|
|
file_rpb_rpc_proto_rawDescData = file_rpb_rpc_proto_rawDesc
|
|
)
|
|
|
|
func file_rpb_rpc_proto_rawDescGZIP() []byte {
|
|
file_rpb_rpc_proto_rawDescOnce.Do(func() {
|
|
file_rpb_rpc_proto_rawDescData = protoimpl.X.CompressGZIP(file_rpb_rpc_proto_rawDescData)
|
|
})
|
|
return file_rpb_rpc_proto_rawDescData
|
|
}
|
|
|
|
var file_rpb_rpc_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
var file_rpb_rpc_proto_goTypes = []interface{}{
|
|
(*Version)(nil), // 0: rpb.Version
|
|
(*Z26)(nil), // 1: rpb.Z26
|
|
(*Z27)(nil), // 2: rpb.Z27
|
|
(*cpb.Empty)(nil), // 3: cpb.Empty
|
|
(*apb.Z4)(nil), // 4: apb.Z4
|
|
(*apb.Z12)(nil), // 5: apb.Z12
|
|
(*apb.Z14)(nil), // 6: apb.Z14
|
|
(*apb.Z16)(nil), // 7: apb.Z16
|
|
(*apb.Z20)(nil), // 8: apb.Z20
|
|
(*apb.Z22)(nil), // 9: apb.Z22
|
|
(*apb.Z24)(nil), // 10: apb.Z24
|
|
(*apb.Z2)(nil), // 11: apb.Z2
|
|
(*apb.Z5)(nil), // 12: apb.Z5
|
|
(*apb.Z8)(nil), // 13: apb.Z8
|
|
(*apb.Z9)(nil), // 14: apb.Z9
|
|
(*apb.Z10)(nil), // 15: apb.Z10
|
|
(*apb.Z13)(nil), // 16: apb.Z13
|
|
(*apb.Z15)(nil), // 17: apb.Z15
|
|
(*apb.Z17)(nil), // 18: apb.Z17
|
|
(*apb.Z21)(nil), // 19: apb.Z21
|
|
(*apb.Z23)(nil), // 20: apb.Z23
|
|
(*apb.Z25)(nil), // 21: apb.Z25
|
|
(*apb.Z3)(nil), // 22: apb.Z3
|
|
(*apb.Z6)(nil), // 23: apb.Z6
|
|
}
|
|
var file_rpb_rpc_proto_depIdxs = []int32{
|
|
1, // 0: rpb.Z27.Implants:type_name -> rpb.Z26
|
|
3, // 1: rpb.S.M0:input_type -> cpb.Empty
|
|
3, // 2: rpb.S.M1:input_type -> cpb.Empty
|
|
4, // 3: rpb.S.M2:input_type -> apb.Z4
|
|
5, // 4: rpb.S.M3:input_type -> apb.Z12
|
|
6, // 5: rpb.S.M4:input_type -> apb.Z14
|
|
7, // 6: rpb.S.M5:input_type -> apb.Z16
|
|
8, // 7: rpb.S.M6:input_type -> apb.Z20
|
|
9, // 8: rpb.S.M7:input_type -> apb.Z22
|
|
10, // 9: rpb.S.M8:input_type -> apb.Z24
|
|
11, // 10: rpb.S.M9:input_type -> apb.Z2
|
|
12, // 11: rpb.S.M10:input_type -> apb.Z5
|
|
13, // 12: rpb.S.M11:input_type -> apb.Z8
|
|
14, // 13: rpb.S.M12:input_type -> apb.Z9
|
|
15, // 14: rpb.S.M13:input_type -> apb.Z10
|
|
0, // 15: rpb.S.M0:output_type -> rpb.Version
|
|
2, // 16: rpb.S.M1:output_type -> rpb.Z27
|
|
3, // 17: rpb.S.M2:output_type -> cpb.Empty
|
|
16, // 18: rpb.S.M3:output_type -> apb.Z13
|
|
17, // 19: rpb.S.M4:output_type -> apb.Z15
|
|
18, // 20: rpb.S.M5:output_type -> apb.Z17
|
|
19, // 21: rpb.S.M6:output_type -> apb.Z21
|
|
20, // 22: rpb.S.M7:output_type -> apb.Z23
|
|
21, // 23: rpb.S.M8:output_type -> apb.Z25
|
|
22, // 24: rpb.S.M9:output_type -> apb.Z3
|
|
23, // 25: rpb.S.M10:output_type -> apb.Z6
|
|
13, // 26: rpb.S.M11:output_type -> apb.Z8
|
|
14, // 27: rpb.S.M12:output_type -> apb.Z9
|
|
15, // 28: rpb.S.M13:output_type -> apb.Z10
|
|
15, // [15:29] is the sub-list for method output_type
|
|
1, // [1:15] is the sub-list for method input_type
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
0, // [0:1] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_rpb_rpc_proto_init() }
|
|
func file_rpb_rpc_proto_init() {
|
|
if File_rpb_rpc_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_rpb_rpc_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Version); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpb_rpc_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Z26); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpb_rpc_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*Z27); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_rpb_rpc_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 3,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_rpb_rpc_proto_goTypes,
|
|
DependencyIndexes: file_rpb_rpc_proto_depIdxs,
|
|
MessageInfos: file_rpb_rpc_proto_msgTypes,
|
|
}.Build()
|
|
File_rpb_rpc_proto = out.File
|
|
file_rpb_rpc_proto_rawDesc = nil
|
|
file_rpb_rpc_proto_goTypes = nil
|
|
file_rpb_rpc_proto_depIdxs = nil
|
|
}
|