mirror of https://github.com/k3s-io/k3s
2209 lines
74 KiB
Go
2209 lines
74 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.25.0
|
|
// protoc v3.12.4
|
|
// source: rpc/rpc.proto
|
|
|
|
package rpc
|
|
|
|
import (
|
|
proto "github.com/golang/protobuf/proto"
|
|
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)
|
|
)
|
|
|
|
// This is a compile-time assertion that a sufficiently up-to-date version
|
|
// of the legacy proto package is being used.
|
|
const _ = proto.ProtoPackageIsVersion4
|
|
|
|
type CriuCgMode int32
|
|
|
|
const (
|
|
CriuCgMode_IGNORE CriuCgMode = 0
|
|
CriuCgMode_CG_NONE CriuCgMode = 1
|
|
CriuCgMode_PROPS CriuCgMode = 2
|
|
CriuCgMode_SOFT CriuCgMode = 3
|
|
CriuCgMode_FULL CriuCgMode = 4
|
|
CriuCgMode_STRICT CriuCgMode = 5
|
|
CriuCgMode_DEFAULT CriuCgMode = 6
|
|
)
|
|
|
|
// Enum value maps for CriuCgMode.
|
|
var (
|
|
CriuCgMode_name = map[int32]string{
|
|
0: "IGNORE",
|
|
1: "CG_NONE",
|
|
2: "PROPS",
|
|
3: "SOFT",
|
|
4: "FULL",
|
|
5: "STRICT",
|
|
6: "DEFAULT",
|
|
}
|
|
CriuCgMode_value = map[string]int32{
|
|
"IGNORE": 0,
|
|
"CG_NONE": 1,
|
|
"PROPS": 2,
|
|
"SOFT": 3,
|
|
"FULL": 4,
|
|
"STRICT": 5,
|
|
"DEFAULT": 6,
|
|
}
|
|
)
|
|
|
|
func (x CriuCgMode) Enum() *CriuCgMode {
|
|
p := new(CriuCgMode)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CriuCgMode) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CriuCgMode) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_rpc_rpc_proto_enumTypes[0].Descriptor()
|
|
}
|
|
|
|
func (CriuCgMode) Type() protoreflect.EnumType {
|
|
return &file_rpc_rpc_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x CriuCgMode) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *CriuCgMode) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CriuCgMode(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use CriuCgMode.Descriptor instead.
|
|
func (CriuCgMode) EnumDescriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type CriuPreDumpMode int32
|
|
|
|
const (
|
|
CriuPreDumpMode_SPLICE CriuPreDumpMode = 1
|
|
CriuPreDumpMode_VM_READ CriuPreDumpMode = 2
|
|
)
|
|
|
|
// Enum value maps for CriuPreDumpMode.
|
|
var (
|
|
CriuPreDumpMode_name = map[int32]string{
|
|
1: "SPLICE",
|
|
2: "VM_READ",
|
|
}
|
|
CriuPreDumpMode_value = map[string]int32{
|
|
"SPLICE": 1,
|
|
"VM_READ": 2,
|
|
}
|
|
)
|
|
|
|
func (x CriuPreDumpMode) Enum() *CriuPreDumpMode {
|
|
p := new(CriuPreDumpMode)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CriuPreDumpMode) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CriuPreDumpMode) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_rpc_rpc_proto_enumTypes[1].Descriptor()
|
|
}
|
|
|
|
func (CriuPreDumpMode) Type() protoreflect.EnumType {
|
|
return &file_rpc_rpc_proto_enumTypes[1]
|
|
}
|
|
|
|
func (x CriuPreDumpMode) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *CriuPreDumpMode) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CriuPreDumpMode(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use CriuPreDumpMode.Descriptor instead.
|
|
func (CriuPreDumpMode) EnumDescriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
type CriuReqType int32
|
|
|
|
const (
|
|
CriuReqType_EMPTY CriuReqType = 0
|
|
CriuReqType_DUMP CriuReqType = 1
|
|
CriuReqType_RESTORE CriuReqType = 2
|
|
CriuReqType_CHECK CriuReqType = 3
|
|
CriuReqType_PRE_DUMP CriuReqType = 4
|
|
CriuReqType_PAGE_SERVER CriuReqType = 5
|
|
CriuReqType_NOTIFY CriuReqType = 6
|
|
CriuReqType_CPUINFO_DUMP CriuReqType = 7
|
|
CriuReqType_CPUINFO_CHECK CriuReqType = 8
|
|
CriuReqType_FEATURE_CHECK CriuReqType = 9
|
|
CriuReqType_VERSION CriuReqType = 10
|
|
CriuReqType_WAIT_PID CriuReqType = 11
|
|
CriuReqType_PAGE_SERVER_CHLD CriuReqType = 12
|
|
)
|
|
|
|
// Enum value maps for CriuReqType.
|
|
var (
|
|
CriuReqType_name = map[int32]string{
|
|
0: "EMPTY",
|
|
1: "DUMP",
|
|
2: "RESTORE",
|
|
3: "CHECK",
|
|
4: "PRE_DUMP",
|
|
5: "PAGE_SERVER",
|
|
6: "NOTIFY",
|
|
7: "CPUINFO_DUMP",
|
|
8: "CPUINFO_CHECK",
|
|
9: "FEATURE_CHECK",
|
|
10: "VERSION",
|
|
11: "WAIT_PID",
|
|
12: "PAGE_SERVER_CHLD",
|
|
}
|
|
CriuReqType_value = map[string]int32{
|
|
"EMPTY": 0,
|
|
"DUMP": 1,
|
|
"RESTORE": 2,
|
|
"CHECK": 3,
|
|
"PRE_DUMP": 4,
|
|
"PAGE_SERVER": 5,
|
|
"NOTIFY": 6,
|
|
"CPUINFO_DUMP": 7,
|
|
"CPUINFO_CHECK": 8,
|
|
"FEATURE_CHECK": 9,
|
|
"VERSION": 10,
|
|
"WAIT_PID": 11,
|
|
"PAGE_SERVER_CHLD": 12,
|
|
}
|
|
)
|
|
|
|
func (x CriuReqType) Enum() *CriuReqType {
|
|
p := new(CriuReqType)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x CriuReqType) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (CriuReqType) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_rpc_rpc_proto_enumTypes[2].Descriptor()
|
|
}
|
|
|
|
func (CriuReqType) Type() protoreflect.EnumType {
|
|
return &file_rpc_rpc_proto_enumTypes[2]
|
|
}
|
|
|
|
func (x CriuReqType) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
func (x *CriuReqType) UnmarshalJSON(b []byte) error {
|
|
num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CriuReqType(num)
|
|
return nil
|
|
}
|
|
|
|
// Deprecated: Use CriuReqType.Descriptor instead.
|
|
func (CriuReqType) EnumDescriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type CriuPageServerInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Address *string `protobuf:"bytes,1,opt,name=address" json:"address,omitempty"`
|
|
Port *int32 `protobuf:"varint,2,opt,name=port" json:"port,omitempty"`
|
|
Pid *int32 `protobuf:"varint,3,opt,name=pid" json:"pid,omitempty"`
|
|
Fd *int32 `protobuf:"varint,4,opt,name=fd" json:"fd,omitempty"`
|
|
}
|
|
|
|
func (x *CriuPageServerInfo) Reset() {
|
|
*x = CriuPageServerInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuPageServerInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuPageServerInfo) ProtoMessage() {}
|
|
|
|
func (x *CriuPageServerInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_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 CriuPageServerInfo.ProtoReflect.Descriptor instead.
|
|
func (*CriuPageServerInfo) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *CriuPageServerInfo) GetAddress() string {
|
|
if x != nil && x.Address != nil {
|
|
return *x.Address
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuPageServerInfo) GetPort() int32 {
|
|
if x != nil && x.Port != nil {
|
|
return *x.Port
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuPageServerInfo) GetPid() int32 {
|
|
if x != nil && x.Pid != nil {
|
|
return *x.Pid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuPageServerInfo) GetFd() int32 {
|
|
if x != nil && x.Fd != nil {
|
|
return *x.Fd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CriuVethPair struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
IfIn *string `protobuf:"bytes,1,req,name=if_in,json=ifIn" json:"if_in,omitempty"`
|
|
IfOut *string `protobuf:"bytes,2,req,name=if_out,json=ifOut" json:"if_out,omitempty"`
|
|
}
|
|
|
|
func (x *CriuVethPair) Reset() {
|
|
*x = CriuVethPair{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuVethPair) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuVethPair) ProtoMessage() {}
|
|
|
|
func (x *CriuVethPair) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_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 CriuVethPair.ProtoReflect.Descriptor instead.
|
|
func (*CriuVethPair) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *CriuVethPair) GetIfIn() string {
|
|
if x != nil && x.IfIn != nil {
|
|
return *x.IfIn
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuVethPair) GetIfOut() string {
|
|
if x != nil && x.IfOut != nil {
|
|
return *x.IfOut
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ExtMountMap struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
|
|
Val *string `protobuf:"bytes,2,req,name=val" json:"val,omitempty"`
|
|
}
|
|
|
|
func (x *ExtMountMap) Reset() {
|
|
*x = ExtMountMap{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ExtMountMap) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ExtMountMap) ProtoMessage() {}
|
|
|
|
func (x *ExtMountMap) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_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 ExtMountMap.ProtoReflect.Descriptor instead.
|
|
func (*ExtMountMap) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *ExtMountMap) GetKey() string {
|
|
if x != nil && x.Key != nil {
|
|
return *x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ExtMountMap) GetVal() string {
|
|
if x != nil && x.Val != nil {
|
|
return *x.Val
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type JoinNamespace struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Ns *string `protobuf:"bytes,1,req,name=ns" json:"ns,omitempty"`
|
|
NsFile *string `protobuf:"bytes,2,req,name=ns_file,json=nsFile" json:"ns_file,omitempty"`
|
|
ExtraOpt *string `protobuf:"bytes,3,opt,name=extra_opt,json=extraOpt" json:"extra_opt,omitempty"`
|
|
}
|
|
|
|
func (x *JoinNamespace) Reset() {
|
|
*x = JoinNamespace{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *JoinNamespace) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*JoinNamespace) ProtoMessage() {}
|
|
|
|
func (x *JoinNamespace) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[3]
|
|
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 JoinNamespace.ProtoReflect.Descriptor instead.
|
|
func (*JoinNamespace) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *JoinNamespace) GetNs() string {
|
|
if x != nil && x.Ns != nil {
|
|
return *x.Ns
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *JoinNamespace) GetNsFile() string {
|
|
if x != nil && x.NsFile != nil {
|
|
return *x.NsFile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *JoinNamespace) GetExtraOpt() string {
|
|
if x != nil && x.ExtraOpt != nil {
|
|
return *x.ExtraOpt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type InheritFd struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
|
|
Fd *int32 `protobuf:"varint,2,req,name=fd" json:"fd,omitempty"`
|
|
}
|
|
|
|
func (x *InheritFd) Reset() {
|
|
*x = InheritFd{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *InheritFd) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*InheritFd) ProtoMessage() {}
|
|
|
|
func (x *InheritFd) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[4]
|
|
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 InheritFd.ProtoReflect.Descriptor instead.
|
|
func (*InheritFd) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *InheritFd) GetKey() string {
|
|
if x != nil && x.Key != nil {
|
|
return *x.Key
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *InheritFd) GetFd() int32 {
|
|
if x != nil && x.Fd != nil {
|
|
return *x.Fd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CgroupRoot struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Ctrl *string `protobuf:"bytes,1,opt,name=ctrl" json:"ctrl,omitempty"`
|
|
Path *string `protobuf:"bytes,2,req,name=path" json:"path,omitempty"`
|
|
}
|
|
|
|
func (x *CgroupRoot) Reset() {
|
|
*x = CgroupRoot{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CgroupRoot) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CgroupRoot) ProtoMessage() {}
|
|
|
|
func (x *CgroupRoot) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[5]
|
|
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 CgroupRoot.ProtoReflect.Descriptor instead.
|
|
func (*CgroupRoot) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *CgroupRoot) GetCtrl() string {
|
|
if x != nil && x.Ctrl != nil {
|
|
return *x.Ctrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CgroupRoot) GetPath() string {
|
|
if x != nil && x.Path != nil {
|
|
return *x.Path
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UnixSk struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Inode *uint32 `protobuf:"varint,1,req,name=inode" json:"inode,omitempty"`
|
|
}
|
|
|
|
func (x *UnixSk) Reset() {
|
|
*x = UnixSk{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UnixSk) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UnixSk) ProtoMessage() {}
|
|
|
|
func (x *UnixSk) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[6]
|
|
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 UnixSk.ProtoReflect.Descriptor instead.
|
|
func (*UnixSk) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *UnixSk) GetInode() uint32 {
|
|
if x != nil && x.Inode != nil {
|
|
return *x.Inode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CriuOpts struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ImagesDirFd *int32 `protobuf:"varint,1,req,name=images_dir_fd,json=imagesDirFd" json:"images_dir_fd,omitempty"`
|
|
Pid *int32 `protobuf:"varint,2,opt,name=pid" json:"pid,omitempty"` // if not set on dump, will dump requesting process
|
|
LeaveRunning *bool `protobuf:"varint,3,opt,name=leave_running,json=leaveRunning" json:"leave_running,omitempty"`
|
|
ExtUnixSk *bool `protobuf:"varint,4,opt,name=ext_unix_sk,json=extUnixSk" json:"ext_unix_sk,omitempty"`
|
|
TcpEstablished *bool `protobuf:"varint,5,opt,name=tcp_established,json=tcpEstablished" json:"tcp_established,omitempty"`
|
|
EvasiveDevices *bool `protobuf:"varint,6,opt,name=evasive_devices,json=evasiveDevices" json:"evasive_devices,omitempty"`
|
|
ShellJob *bool `protobuf:"varint,7,opt,name=shell_job,json=shellJob" json:"shell_job,omitempty"`
|
|
FileLocks *bool `protobuf:"varint,8,opt,name=file_locks,json=fileLocks" json:"file_locks,omitempty"`
|
|
LogLevel *int32 `protobuf:"varint,9,opt,name=log_level,json=logLevel,def=2" json:"log_level,omitempty"`
|
|
LogFile *string `protobuf:"bytes,10,opt,name=log_file,json=logFile" json:"log_file,omitempty"` // No subdirs are allowed. Consider using work-dir
|
|
Ps *CriuPageServerInfo `protobuf:"bytes,11,opt,name=ps" json:"ps,omitempty"`
|
|
NotifyScripts *bool `protobuf:"varint,12,opt,name=notify_scripts,json=notifyScripts" json:"notify_scripts,omitempty"`
|
|
Root *string `protobuf:"bytes,13,opt,name=root" json:"root,omitempty"`
|
|
ParentImg *string `protobuf:"bytes,14,opt,name=parent_img,json=parentImg" json:"parent_img,omitempty"`
|
|
TrackMem *bool `protobuf:"varint,15,opt,name=track_mem,json=trackMem" json:"track_mem,omitempty"`
|
|
AutoDedup *bool `protobuf:"varint,16,opt,name=auto_dedup,json=autoDedup" json:"auto_dedup,omitempty"`
|
|
WorkDirFd *int32 `protobuf:"varint,17,opt,name=work_dir_fd,json=workDirFd" json:"work_dir_fd,omitempty"`
|
|
LinkRemap *bool `protobuf:"varint,18,opt,name=link_remap,json=linkRemap" json:"link_remap,omitempty"`
|
|
Veths []*CriuVethPair `protobuf:"bytes,19,rep,name=veths" json:"veths,omitempty"` // DEPRECATED, use external instead
|
|
CpuCap *uint32 `protobuf:"varint,20,opt,name=cpu_cap,json=cpuCap,def=4294967295" json:"cpu_cap,omitempty"`
|
|
ForceIrmap *bool `protobuf:"varint,21,opt,name=force_irmap,json=forceIrmap" json:"force_irmap,omitempty"`
|
|
ExecCmd []string `protobuf:"bytes,22,rep,name=exec_cmd,json=execCmd" json:"exec_cmd,omitempty"`
|
|
ExtMnt []*ExtMountMap `protobuf:"bytes,23,rep,name=ext_mnt,json=extMnt" json:"ext_mnt,omitempty"` // DEPRECATED, use external instead
|
|
ManageCgroups *bool `protobuf:"varint,24,opt,name=manage_cgroups,json=manageCgroups" json:"manage_cgroups,omitempty"` // backward compatibility
|
|
CgRoot []*CgroupRoot `protobuf:"bytes,25,rep,name=cg_root,json=cgRoot" json:"cg_root,omitempty"`
|
|
RstSibling *bool `protobuf:"varint,26,opt,name=rst_sibling,json=rstSibling" json:"rst_sibling,omitempty"` // swrk only
|
|
InheritFd []*InheritFd `protobuf:"bytes,27,rep,name=inherit_fd,json=inheritFd" json:"inherit_fd,omitempty"` // swrk only
|
|
AutoExtMnt *bool `protobuf:"varint,28,opt,name=auto_ext_mnt,json=autoExtMnt" json:"auto_ext_mnt,omitempty"`
|
|
ExtSharing *bool `protobuf:"varint,29,opt,name=ext_sharing,json=extSharing" json:"ext_sharing,omitempty"`
|
|
ExtMasters *bool `protobuf:"varint,30,opt,name=ext_masters,json=extMasters" json:"ext_masters,omitempty"`
|
|
SkipMnt []string `protobuf:"bytes,31,rep,name=skip_mnt,json=skipMnt" json:"skip_mnt,omitempty"`
|
|
EnableFs []string `protobuf:"bytes,32,rep,name=enable_fs,json=enableFs" json:"enable_fs,omitempty"`
|
|
UnixSkIno []*UnixSk `protobuf:"bytes,33,rep,name=unix_sk_ino,json=unixSkIno" json:"unix_sk_ino,omitempty"` // DEPRECATED, use external instead
|
|
ManageCgroupsMode *CriuCgMode `protobuf:"varint,34,opt,name=manage_cgroups_mode,json=manageCgroupsMode,enum=CriuCgMode" json:"manage_cgroups_mode,omitempty"`
|
|
GhostLimit *uint32 `protobuf:"varint,35,opt,name=ghost_limit,json=ghostLimit,def=1048576" json:"ghost_limit,omitempty"`
|
|
IrmapScanPaths []string `protobuf:"bytes,36,rep,name=irmap_scan_paths,json=irmapScanPaths" json:"irmap_scan_paths,omitempty"`
|
|
External []string `protobuf:"bytes,37,rep,name=external" json:"external,omitempty"`
|
|
EmptyNs *uint32 `protobuf:"varint,38,opt,name=empty_ns,json=emptyNs" json:"empty_ns,omitempty"`
|
|
JoinNs []*JoinNamespace `protobuf:"bytes,39,rep,name=join_ns,json=joinNs" json:"join_ns,omitempty"`
|
|
CgroupProps *string `protobuf:"bytes,41,opt,name=cgroup_props,json=cgroupProps" json:"cgroup_props,omitempty"`
|
|
CgroupPropsFile *string `protobuf:"bytes,42,opt,name=cgroup_props_file,json=cgroupPropsFile" json:"cgroup_props_file,omitempty"`
|
|
CgroupDumpController []string `protobuf:"bytes,43,rep,name=cgroup_dump_controller,json=cgroupDumpController" json:"cgroup_dump_controller,omitempty"`
|
|
FreezeCgroup *string `protobuf:"bytes,44,opt,name=freeze_cgroup,json=freezeCgroup" json:"freeze_cgroup,omitempty"`
|
|
Timeout *uint32 `protobuf:"varint,45,opt,name=timeout" json:"timeout,omitempty"`
|
|
TcpSkipInFlight *bool `protobuf:"varint,46,opt,name=tcp_skip_in_flight,json=tcpSkipInFlight" json:"tcp_skip_in_flight,omitempty"`
|
|
WeakSysctls *bool `protobuf:"varint,47,opt,name=weak_sysctls,json=weakSysctls" json:"weak_sysctls,omitempty"`
|
|
LazyPages *bool `protobuf:"varint,48,opt,name=lazy_pages,json=lazyPages" json:"lazy_pages,omitempty"`
|
|
StatusFd *int32 `protobuf:"varint,49,opt,name=status_fd,json=statusFd" json:"status_fd,omitempty"`
|
|
OrphanPtsMaster *bool `protobuf:"varint,50,opt,name=orphan_pts_master,json=orphanPtsMaster" json:"orphan_pts_master,omitempty"`
|
|
ConfigFile *string `protobuf:"bytes,51,opt,name=config_file,json=configFile" json:"config_file,omitempty"`
|
|
TcpClose *bool `protobuf:"varint,52,opt,name=tcp_close,json=tcpClose" json:"tcp_close,omitempty"`
|
|
LsmProfile *string `protobuf:"bytes,53,opt,name=lsm_profile,json=lsmProfile" json:"lsm_profile,omitempty"`
|
|
TlsCacert *string `protobuf:"bytes,54,opt,name=tls_cacert,json=tlsCacert" json:"tls_cacert,omitempty"`
|
|
TlsCacrl *string `protobuf:"bytes,55,opt,name=tls_cacrl,json=tlsCacrl" json:"tls_cacrl,omitempty"`
|
|
TlsCert *string `protobuf:"bytes,56,opt,name=tls_cert,json=tlsCert" json:"tls_cert,omitempty"`
|
|
TlsKey *string `protobuf:"bytes,57,opt,name=tls_key,json=tlsKey" json:"tls_key,omitempty"`
|
|
Tls *bool `protobuf:"varint,58,opt,name=tls" json:"tls,omitempty"`
|
|
TlsNoCnVerify *bool `protobuf:"varint,59,opt,name=tls_no_cn_verify,json=tlsNoCnVerify" json:"tls_no_cn_verify,omitempty"`
|
|
CgroupYard *string `protobuf:"bytes,60,opt,name=cgroup_yard,json=cgroupYard" json:"cgroup_yard,omitempty"`
|
|
PreDumpMode *CriuPreDumpMode `protobuf:"varint,61,opt,name=pre_dump_mode,json=preDumpMode,enum=CriuPreDumpMode,def=1" json:"pre_dump_mode,omitempty"` // optional bool check_mounts = 128;
|
|
}
|
|
|
|
// Default values for CriuOpts fields.
|
|
const (
|
|
Default_CriuOpts_LogLevel = int32(2)
|
|
Default_CriuOpts_CpuCap = uint32(4294967295)
|
|
Default_CriuOpts_GhostLimit = uint32(1048576)
|
|
Default_CriuOpts_PreDumpMode = CriuPreDumpMode_SPLICE
|
|
)
|
|
|
|
func (x *CriuOpts) Reset() {
|
|
*x = CriuOpts{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuOpts) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuOpts) ProtoMessage() {}
|
|
|
|
func (x *CriuOpts) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[7]
|
|
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 CriuOpts.ProtoReflect.Descriptor instead.
|
|
func (*CriuOpts) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *CriuOpts) GetImagesDirFd() int32 {
|
|
if x != nil && x.ImagesDirFd != nil {
|
|
return *x.ImagesDirFd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuOpts) GetPid() int32 {
|
|
if x != nil && x.Pid != nil {
|
|
return *x.Pid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuOpts) GetLeaveRunning() bool {
|
|
if x != nil && x.LeaveRunning != nil {
|
|
return *x.LeaveRunning
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetExtUnixSk() bool {
|
|
if x != nil && x.ExtUnixSk != nil {
|
|
return *x.ExtUnixSk
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetTcpEstablished() bool {
|
|
if x != nil && x.TcpEstablished != nil {
|
|
return *x.TcpEstablished
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetEvasiveDevices() bool {
|
|
if x != nil && x.EvasiveDevices != nil {
|
|
return *x.EvasiveDevices
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetShellJob() bool {
|
|
if x != nil && x.ShellJob != nil {
|
|
return *x.ShellJob
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetFileLocks() bool {
|
|
if x != nil && x.FileLocks != nil {
|
|
return *x.FileLocks
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetLogLevel() int32 {
|
|
if x != nil && x.LogLevel != nil {
|
|
return *x.LogLevel
|
|
}
|
|
return Default_CriuOpts_LogLevel
|
|
}
|
|
|
|
func (x *CriuOpts) GetLogFile() string {
|
|
if x != nil && x.LogFile != nil {
|
|
return *x.LogFile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetPs() *CriuPageServerInfo {
|
|
if x != nil {
|
|
return x.Ps
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetNotifyScripts() bool {
|
|
if x != nil && x.NotifyScripts != nil {
|
|
return *x.NotifyScripts
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetRoot() string {
|
|
if x != nil && x.Root != nil {
|
|
return *x.Root
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetParentImg() string {
|
|
if x != nil && x.ParentImg != nil {
|
|
return *x.ParentImg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTrackMem() bool {
|
|
if x != nil && x.TrackMem != nil {
|
|
return *x.TrackMem
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetAutoDedup() bool {
|
|
if x != nil && x.AutoDedup != nil {
|
|
return *x.AutoDedup
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetWorkDirFd() int32 {
|
|
if x != nil && x.WorkDirFd != nil {
|
|
return *x.WorkDirFd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuOpts) GetLinkRemap() bool {
|
|
if x != nil && x.LinkRemap != nil {
|
|
return *x.LinkRemap
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetVeths() []*CriuVethPair {
|
|
if x != nil {
|
|
return x.Veths
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetCpuCap() uint32 {
|
|
if x != nil && x.CpuCap != nil {
|
|
return *x.CpuCap
|
|
}
|
|
return Default_CriuOpts_CpuCap
|
|
}
|
|
|
|
func (x *CriuOpts) GetForceIrmap() bool {
|
|
if x != nil && x.ForceIrmap != nil {
|
|
return *x.ForceIrmap
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetExecCmd() []string {
|
|
if x != nil {
|
|
return x.ExecCmd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetExtMnt() []*ExtMountMap {
|
|
if x != nil {
|
|
return x.ExtMnt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetManageCgroups() bool {
|
|
if x != nil && x.ManageCgroups != nil {
|
|
return *x.ManageCgroups
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetCgRoot() []*CgroupRoot {
|
|
if x != nil {
|
|
return x.CgRoot
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetRstSibling() bool {
|
|
if x != nil && x.RstSibling != nil {
|
|
return *x.RstSibling
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetInheritFd() []*InheritFd {
|
|
if x != nil {
|
|
return x.InheritFd
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetAutoExtMnt() bool {
|
|
if x != nil && x.AutoExtMnt != nil {
|
|
return *x.AutoExtMnt
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetExtSharing() bool {
|
|
if x != nil && x.ExtSharing != nil {
|
|
return *x.ExtSharing
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetExtMasters() bool {
|
|
if x != nil && x.ExtMasters != nil {
|
|
return *x.ExtMasters
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetSkipMnt() []string {
|
|
if x != nil {
|
|
return x.SkipMnt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetEnableFs() []string {
|
|
if x != nil {
|
|
return x.EnableFs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetUnixSkIno() []*UnixSk {
|
|
if x != nil {
|
|
return x.UnixSkIno
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetManageCgroupsMode() CriuCgMode {
|
|
if x != nil && x.ManageCgroupsMode != nil {
|
|
return *x.ManageCgroupsMode
|
|
}
|
|
return CriuCgMode_IGNORE
|
|
}
|
|
|
|
func (x *CriuOpts) GetGhostLimit() uint32 {
|
|
if x != nil && x.GhostLimit != nil {
|
|
return *x.GhostLimit
|
|
}
|
|
return Default_CriuOpts_GhostLimit
|
|
}
|
|
|
|
func (x *CriuOpts) GetIrmapScanPaths() []string {
|
|
if x != nil {
|
|
return x.IrmapScanPaths
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetExternal() []string {
|
|
if x != nil {
|
|
return x.External
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetEmptyNs() uint32 {
|
|
if x != nil && x.EmptyNs != nil {
|
|
return *x.EmptyNs
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuOpts) GetJoinNs() []*JoinNamespace {
|
|
if x != nil {
|
|
return x.JoinNs
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetCgroupProps() string {
|
|
if x != nil && x.CgroupProps != nil {
|
|
return *x.CgroupProps
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetCgroupPropsFile() string {
|
|
if x != nil && x.CgroupPropsFile != nil {
|
|
return *x.CgroupPropsFile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetCgroupDumpController() []string {
|
|
if x != nil {
|
|
return x.CgroupDumpController
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuOpts) GetFreezeCgroup() string {
|
|
if x != nil && x.FreezeCgroup != nil {
|
|
return *x.FreezeCgroup
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTimeout() uint32 {
|
|
if x != nil && x.Timeout != nil {
|
|
return *x.Timeout
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuOpts) GetTcpSkipInFlight() bool {
|
|
if x != nil && x.TcpSkipInFlight != nil {
|
|
return *x.TcpSkipInFlight
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetWeakSysctls() bool {
|
|
if x != nil && x.WeakSysctls != nil {
|
|
return *x.WeakSysctls
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetLazyPages() bool {
|
|
if x != nil && x.LazyPages != nil {
|
|
return *x.LazyPages
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetStatusFd() int32 {
|
|
if x != nil && x.StatusFd != nil {
|
|
return *x.StatusFd
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuOpts) GetOrphanPtsMaster() bool {
|
|
if x != nil && x.OrphanPtsMaster != nil {
|
|
return *x.OrphanPtsMaster
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetConfigFile() string {
|
|
if x != nil && x.ConfigFile != nil {
|
|
return *x.ConfigFile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTcpClose() bool {
|
|
if x != nil && x.TcpClose != nil {
|
|
return *x.TcpClose
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetLsmProfile() string {
|
|
if x != nil && x.LsmProfile != nil {
|
|
return *x.LsmProfile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTlsCacert() string {
|
|
if x != nil && x.TlsCacert != nil {
|
|
return *x.TlsCacert
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTlsCacrl() string {
|
|
if x != nil && x.TlsCacrl != nil {
|
|
return *x.TlsCacrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTlsCert() string {
|
|
if x != nil && x.TlsCert != nil {
|
|
return *x.TlsCert
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTlsKey() string {
|
|
if x != nil && x.TlsKey != nil {
|
|
return *x.TlsKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetTls() bool {
|
|
if x != nil && x.Tls != nil {
|
|
return *x.Tls
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetTlsNoCnVerify() bool {
|
|
if x != nil && x.TlsNoCnVerify != nil {
|
|
return *x.TlsNoCnVerify
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuOpts) GetCgroupYard() string {
|
|
if x != nil && x.CgroupYard != nil {
|
|
return *x.CgroupYard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuOpts) GetPreDumpMode() CriuPreDumpMode {
|
|
if x != nil && x.PreDumpMode != nil {
|
|
return *x.PreDumpMode
|
|
}
|
|
return Default_CriuOpts_PreDumpMode
|
|
}
|
|
|
|
type CriuDumpResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Restored *bool `protobuf:"varint,1,opt,name=restored" json:"restored,omitempty"`
|
|
}
|
|
|
|
func (x *CriuDumpResp) Reset() {
|
|
*x = CriuDumpResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuDumpResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuDumpResp) ProtoMessage() {}
|
|
|
|
func (x *CriuDumpResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[8]
|
|
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 CriuDumpResp.ProtoReflect.Descriptor instead.
|
|
func (*CriuDumpResp) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *CriuDumpResp) GetRestored() bool {
|
|
if x != nil && x.Restored != nil {
|
|
return *x.Restored
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CriuRestoreResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Pid *int32 `protobuf:"varint,1,req,name=pid" json:"pid,omitempty"`
|
|
}
|
|
|
|
func (x *CriuRestoreResp) Reset() {
|
|
*x = CriuRestoreResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuRestoreResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuRestoreResp) ProtoMessage() {}
|
|
|
|
func (x *CriuRestoreResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[9]
|
|
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 CriuRestoreResp.ProtoReflect.Descriptor instead.
|
|
func (*CriuRestoreResp) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *CriuRestoreResp) GetPid() int32 {
|
|
if x != nil && x.Pid != nil {
|
|
return *x.Pid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CriuNotify struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Script *string `protobuf:"bytes,1,opt,name=script" json:"script,omitempty"`
|
|
Pid *int32 `protobuf:"varint,2,opt,name=pid" json:"pid,omitempty"`
|
|
}
|
|
|
|
func (x *CriuNotify) Reset() {
|
|
*x = CriuNotify{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuNotify) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuNotify) ProtoMessage() {}
|
|
|
|
func (x *CriuNotify) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[10]
|
|
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 CriuNotify.ProtoReflect.Descriptor instead.
|
|
func (*CriuNotify) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *CriuNotify) GetScript() string {
|
|
if x != nil && x.Script != nil {
|
|
return *x.Script
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuNotify) GetPid() int32 {
|
|
if x != nil && x.Pid != nil {
|
|
return *x.Pid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//
|
|
// List of features which can queried via
|
|
// CRIU_REQ_TYPE__FEATURE_CHECK
|
|
type CriuFeatures struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MemTrack *bool `protobuf:"varint,1,opt,name=mem_track,json=memTrack" json:"mem_track,omitempty"`
|
|
LazyPages *bool `protobuf:"varint,2,opt,name=lazy_pages,json=lazyPages" json:"lazy_pages,omitempty"`
|
|
}
|
|
|
|
func (x *CriuFeatures) Reset() {
|
|
*x = CriuFeatures{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuFeatures) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuFeatures) ProtoMessage() {}
|
|
|
|
func (x *CriuFeatures) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[11]
|
|
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 CriuFeatures.ProtoReflect.Descriptor instead.
|
|
func (*CriuFeatures) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *CriuFeatures) GetMemTrack() bool {
|
|
if x != nil && x.MemTrack != nil {
|
|
return *x.MemTrack
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuFeatures) GetLazyPages() bool {
|
|
if x != nil && x.LazyPages != nil {
|
|
return *x.LazyPages
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CriuReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type *CriuReqType `protobuf:"varint,1,req,name=type,enum=CriuReqType" json:"type,omitempty"`
|
|
Opts *CriuOpts `protobuf:"bytes,2,opt,name=opts" json:"opts,omitempty"`
|
|
NotifySuccess *bool `protobuf:"varint,3,opt,name=notify_success,json=notifySuccess" json:"notify_success,omitempty"`
|
|
//
|
|
// When set service won't close the connection but
|
|
// will wait for more req-s to appear. Works not
|
|
// for all request types.
|
|
KeepOpen *bool `protobuf:"varint,4,opt,name=keep_open,json=keepOpen" json:"keep_open,omitempty"`
|
|
//
|
|
// 'features' can be used to query which features
|
|
// are supported by the installed criu/kernel
|
|
// via RPC.
|
|
Features *CriuFeatures `protobuf:"bytes,5,opt,name=features" json:"features,omitempty"`
|
|
// 'pid' is used for WAIT_PID
|
|
Pid *uint32 `protobuf:"varint,6,opt,name=pid" json:"pid,omitempty"`
|
|
}
|
|
|
|
func (x *CriuReq) Reset() {
|
|
*x = CriuReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuReq) ProtoMessage() {}
|
|
|
|
func (x *CriuReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[12]
|
|
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 CriuReq.ProtoReflect.Descriptor instead.
|
|
func (*CriuReq) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *CriuReq) GetType() CriuReqType {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return CriuReqType_EMPTY
|
|
}
|
|
|
|
func (x *CriuReq) GetOpts() *CriuOpts {
|
|
if x != nil {
|
|
return x.Opts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuReq) GetNotifySuccess() bool {
|
|
if x != nil && x.NotifySuccess != nil {
|
|
return *x.NotifySuccess
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuReq) GetKeepOpen() bool {
|
|
if x != nil && x.KeepOpen != nil {
|
|
return *x.KeepOpen
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuReq) GetFeatures() *CriuFeatures {
|
|
if x != nil {
|
|
return x.Features
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuReq) GetPid() uint32 {
|
|
if x != nil && x.Pid != nil {
|
|
return *x.Pid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CriuResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Type *CriuReqType `protobuf:"varint,1,req,name=type,enum=CriuReqType" json:"type,omitempty"`
|
|
Success *bool `protobuf:"varint,2,req,name=success" json:"success,omitempty"`
|
|
Dump *CriuDumpResp `protobuf:"bytes,3,opt,name=dump" json:"dump,omitempty"`
|
|
Restore *CriuRestoreResp `protobuf:"bytes,4,opt,name=restore" json:"restore,omitempty"`
|
|
Notify *CriuNotify `protobuf:"bytes,5,opt,name=notify" json:"notify,omitempty"`
|
|
Ps *CriuPageServerInfo `protobuf:"bytes,6,opt,name=ps" json:"ps,omitempty"`
|
|
CrErrno *int32 `protobuf:"varint,7,opt,name=cr_errno,json=crErrno" json:"cr_errno,omitempty"`
|
|
Features *CriuFeatures `protobuf:"bytes,8,opt,name=features" json:"features,omitempty"`
|
|
CrErrmsg *string `protobuf:"bytes,9,opt,name=cr_errmsg,json=crErrmsg" json:"cr_errmsg,omitempty"`
|
|
Version *CriuVersion `protobuf:"bytes,10,opt,name=version" json:"version,omitempty"`
|
|
Status *int32 `protobuf:"varint,11,opt,name=status" json:"status,omitempty"`
|
|
}
|
|
|
|
func (x *CriuResp) Reset() {
|
|
*x = CriuResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuResp) ProtoMessage() {}
|
|
|
|
func (x *CriuResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[13]
|
|
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 CriuResp.ProtoReflect.Descriptor instead.
|
|
func (*CriuResp) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *CriuResp) GetType() CriuReqType {
|
|
if x != nil && x.Type != nil {
|
|
return *x.Type
|
|
}
|
|
return CriuReqType_EMPTY
|
|
}
|
|
|
|
func (x *CriuResp) GetSuccess() bool {
|
|
if x != nil && x.Success != nil {
|
|
return *x.Success
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CriuResp) GetDump() *CriuDumpResp {
|
|
if x != nil {
|
|
return x.Dump
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuResp) GetRestore() *CriuRestoreResp {
|
|
if x != nil {
|
|
return x.Restore
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuResp) GetNotify() *CriuNotify {
|
|
if x != nil {
|
|
return x.Notify
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuResp) GetPs() *CriuPageServerInfo {
|
|
if x != nil {
|
|
return x.Ps
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuResp) GetCrErrno() int32 {
|
|
if x != nil && x.CrErrno != nil {
|
|
return *x.CrErrno
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuResp) GetFeatures() *CriuFeatures {
|
|
if x != nil {
|
|
return x.Features
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuResp) GetCrErrmsg() string {
|
|
if x != nil && x.CrErrmsg != nil {
|
|
return *x.CrErrmsg
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuResp) GetVersion() *CriuVersion {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CriuResp) GetStatus() int32 {
|
|
if x != nil && x.Status != nil {
|
|
return *x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// Answer for criu_req_type.VERSION requests
|
|
type CriuVersion struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
MajorNumber *int32 `protobuf:"varint,1,req,name=major_number,json=majorNumber" json:"major_number,omitempty"`
|
|
MinorNumber *int32 `protobuf:"varint,2,req,name=minor_number,json=minorNumber" json:"minor_number,omitempty"`
|
|
Gitid *string `protobuf:"bytes,3,opt,name=gitid" json:"gitid,omitempty"`
|
|
Sublevel *int32 `protobuf:"varint,4,opt,name=sublevel" json:"sublevel,omitempty"`
|
|
Extra *int32 `protobuf:"varint,5,opt,name=extra" json:"extra,omitempty"`
|
|
Name *string `protobuf:"bytes,6,opt,name=name" json:"name,omitempty"`
|
|
}
|
|
|
|
func (x *CriuVersion) Reset() {
|
|
*x = CriuVersion{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_rpc_rpc_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CriuVersion) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CriuVersion) ProtoMessage() {}
|
|
|
|
func (x *CriuVersion) ProtoReflect() protoreflect.Message {
|
|
mi := &file_rpc_rpc_proto_msgTypes[14]
|
|
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 CriuVersion.ProtoReflect.Descriptor instead.
|
|
func (*CriuVersion) Descriptor() ([]byte, []int) {
|
|
return file_rpc_rpc_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *CriuVersion) GetMajorNumber() int32 {
|
|
if x != nil && x.MajorNumber != nil {
|
|
return *x.MajorNumber
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuVersion) GetMinorNumber() int32 {
|
|
if x != nil && x.MinorNumber != nil {
|
|
return *x.MinorNumber
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuVersion) GetGitid() string {
|
|
if x != nil && x.Gitid != nil {
|
|
return *x.Gitid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CriuVersion) GetSublevel() int32 {
|
|
if x != nil && x.Sublevel != nil {
|
|
return *x.Sublevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuVersion) GetExtra() int32 {
|
|
if x != nil && x.Extra != nil {
|
|
return *x.Extra
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CriuVersion) GetName() string {
|
|
if x != nil && x.Name != nil {
|
|
return *x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_rpc_rpc_proto protoreflect.FileDescriptor
|
|
|
|
var file_rpc_rpc_proto_rawDesc = []byte{
|
|
0x0a, 0x0d, 0x72, 0x70, 0x63, 0x2f, 0x72, 0x70, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
|
|
0x67, 0x0a, 0x15, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x72,
|
|
0x76, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72,
|
|
0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65,
|
|
0x73, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x66, 0x64, 0x18, 0x04,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x66, 0x64, 0x22, 0x3c, 0x0a, 0x0e, 0x63, 0x72, 0x69, 0x75,
|
|
0x5f, 0x76, 0x65, 0x74, 0x68, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x12, 0x13, 0x0a, 0x05, 0x69, 0x66,
|
|
0x5f, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x02, 0x28, 0x09, 0x52, 0x04, 0x69, 0x66, 0x49, 0x6e, 0x12,
|
|
0x15, 0x0a, 0x06, 0x69, 0x66, 0x5f, 0x6f, 0x75, 0x74, 0x18, 0x02, 0x20, 0x02, 0x28, 0x09, 0x52,
|
|
0x05, 0x69, 0x66, 0x4f, 0x75, 0x74, 0x22, 0x33, 0x0a, 0x0d, 0x65, 0x78, 0x74, 0x5f, 0x6d, 0x6f,
|
|
0x75, 0x6e, 0x74, 0x5f, 0x6d, 0x61, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
|
|
0x20, 0x02, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x61, 0x6c,
|
|
0x18, 0x02, 0x20, 0x02, 0x28, 0x09, 0x52, 0x03, 0x76, 0x61, 0x6c, 0x22, 0x56, 0x0a, 0x0e, 0x6a,
|
|
0x6f, 0x69, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x02, 0x28, 0x09, 0x52, 0x02, 0x6e, 0x73, 0x12, 0x17, 0x0a,
|
|
0x07, 0x6e, 0x73, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x02, 0x28, 0x09, 0x52, 0x06,
|
|
0x6e, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f,
|
|
0x6f, 0x70, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x78, 0x74, 0x72, 0x61,
|
|
0x4f, 0x70, 0x74, 0x22, 0x2e, 0x0a, 0x0a, 0x69, 0x6e, 0x68, 0x65, 0x72, 0x69, 0x74, 0x5f, 0x66,
|
|
0x64, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x02, 0x28, 0x09, 0x52, 0x03,
|
|
0x6b, 0x65, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x66, 0x64, 0x18, 0x02, 0x20, 0x02, 0x28, 0x05, 0x52,
|
|
0x02, 0x66, 0x64, 0x22, 0x35, 0x0a, 0x0b, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x72, 0x6f,
|
|
0x6f, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x74, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x04, 0x63, 0x74, 0x72, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02,
|
|
0x20, 0x02, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x1f, 0x0a, 0x07, 0x75, 0x6e,
|
|
0x69, 0x78, 0x5f, 0x73, 0x6b, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x6f, 0x64, 0x65, 0x18, 0x01,
|
|
0x20, 0x02, 0x28, 0x0d, 0x52, 0x05, 0x69, 0x6e, 0x6f, 0x64, 0x65, 0x22, 0xba, 0x10, 0x0a, 0x09,
|
|
0x63, 0x72, 0x69, 0x75, 0x5f, 0x6f, 0x70, 0x74, 0x73, 0x12, 0x22, 0x0a, 0x0d, 0x69, 0x6d, 0x61,
|
|
0x67, 0x65, 0x73, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x66, 0x64, 0x18, 0x01, 0x20, 0x02, 0x28, 0x05,
|
|
0x52, 0x0b, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x44, 0x69, 0x72, 0x46, 0x64, 0x12, 0x10, 0x0a,
|
|
0x03, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x69, 0x64, 0x12,
|
|
0x23, 0x0a, 0x0d, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x5f, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x6c, 0x65, 0x61, 0x76, 0x65, 0x52, 0x75, 0x6e,
|
|
0x6e, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x5f, 0x75, 0x6e, 0x69, 0x78,
|
|
0x5f, 0x73, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x65, 0x78, 0x74, 0x55, 0x6e,
|
|
0x69, 0x78, 0x53, 0x6b, 0x12, 0x27, 0x0a, 0x0f, 0x74, 0x63, 0x70, 0x5f, 0x65, 0x73, 0x74, 0x61,
|
|
0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x74,
|
|
0x63, 0x70, 0x45, 0x73, 0x74, 0x61, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x65, 0x64, 0x12, 0x27, 0x0a,
|
|
0x0f, 0x65, 0x76, 0x61, 0x73, 0x69, 0x76, 0x65, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73,
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x65, 0x76, 0x61, 0x73, 0x69, 0x76, 0x65, 0x44,
|
|
0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x68, 0x65, 0x6c, 0x6c, 0x5f,
|
|
0x6a, 0x6f, 0x62, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x73, 0x68, 0x65, 0x6c, 0x6c,
|
|
0x4a, 0x6f, 0x62, 0x12, 0x1d, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6c, 0x6f, 0x63, 0x6b,
|
|
0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x6f, 0x63,
|
|
0x6b, 0x73, 0x12, 0x1e, 0x0a, 0x09, 0x6c, 0x6f, 0x67, 0x5f, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18,
|
|
0x09, 0x20, 0x01, 0x28, 0x05, 0x3a, 0x01, 0x32, 0x52, 0x08, 0x6c, 0x6f, 0x67, 0x4c, 0x65, 0x76,
|
|
0x65, 0x6c, 0x12, 0x19, 0x0a, 0x08, 0x6c, 0x6f, 0x67, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x0a,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x6f, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x26, 0x0a,
|
|
0x02, 0x70, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x72, 0x69, 0x75,
|
|
0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x02, 0x70, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x5f,
|
|
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x6e,
|
|
0x6f, 0x74, 0x69, 0x66, 0x79, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04,
|
|
0x72, 0x6f, 0x6f, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x6f, 0x6f, 0x74,
|
|
0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x6d, 0x67, 0x18, 0x0e,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x6d, 0x67, 0x12,
|
|
0x1b, 0x0a, 0x09, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x5f, 0x6d, 0x65, 0x6d, 0x18, 0x0f, 0x20, 0x01,
|
|
0x28, 0x08, 0x52, 0x08, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x4d, 0x65, 0x6d, 0x12, 0x1d, 0x0a, 0x0a,
|
|
0x61, 0x75, 0x74, 0x6f, 0x5f, 0x64, 0x65, 0x64, 0x75, 0x70, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08,
|
|
0x52, 0x09, 0x61, 0x75, 0x74, 0x6f, 0x44, 0x65, 0x64, 0x75, 0x70, 0x12, 0x1e, 0x0a, 0x0b, 0x77,
|
|
0x6f, 0x72, 0x6b, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x66, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x09, 0x77, 0x6f, 0x72, 0x6b, 0x44, 0x69, 0x72, 0x46, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x6c,
|
|
0x69, 0x6e, 0x6b, 0x5f, 0x72, 0x65, 0x6d, 0x61, 0x70, 0x18, 0x12, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x09, 0x6c, 0x69, 0x6e, 0x6b, 0x52, 0x65, 0x6d, 0x61, 0x70, 0x12, 0x25, 0x0a, 0x05, 0x76, 0x65,
|
|
0x74, 0x68, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x63, 0x72, 0x69, 0x75,
|
|
0x5f, 0x76, 0x65, 0x74, 0x68, 0x5f, 0x70, 0x61, 0x69, 0x72, 0x52, 0x05, 0x76, 0x65, 0x74, 0x68,
|
|
0x73, 0x12, 0x23, 0x0a, 0x07, 0x63, 0x70, 0x75, 0x5f, 0x63, 0x61, 0x70, 0x18, 0x14, 0x20, 0x01,
|
|
0x28, 0x0d, 0x3a, 0x0a, 0x34, 0x32, 0x39, 0x34, 0x39, 0x36, 0x37, 0x32, 0x39, 0x35, 0x52, 0x06,
|
|
0x63, 0x70, 0x75, 0x43, 0x61, 0x70, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x5f,
|
|
0x69, 0x72, 0x6d, 0x61, 0x70, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x66, 0x6f, 0x72,
|
|
0x63, 0x65, 0x49, 0x72, 0x6d, 0x61, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x78, 0x65, 0x63, 0x5f,
|
|
0x63, 0x6d, 0x64, 0x18, 0x16, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x65, 0x78, 0x65, 0x63, 0x43,
|
|
0x6d, 0x64, 0x12, 0x27, 0x0a, 0x07, 0x65, 0x78, 0x74, 0x5f, 0x6d, 0x6e, 0x74, 0x18, 0x17, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x65, 0x78, 0x74, 0x5f, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x5f,
|
|
0x6d, 0x61, 0x70, 0x52, 0x06, 0x65, 0x78, 0x74, 0x4d, 0x6e, 0x74, 0x12, 0x25, 0x0a, 0x0e, 0x6d,
|
|
0x61, 0x6e, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x18, 0x20,
|
|
0x01, 0x28, 0x08, 0x52, 0x0d, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x43, 0x67, 0x72, 0x6f, 0x75,
|
|
0x70, 0x73, 0x12, 0x25, 0x0a, 0x07, 0x63, 0x67, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x19, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x72, 0x6f, 0x6f,
|
|
0x74, 0x52, 0x06, 0x63, 0x67, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x73, 0x74,
|
|
0x5f, 0x73, 0x69, 0x62, 0x6c, 0x69, 0x6e, 0x67, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a,
|
|
0x72, 0x73, 0x74, 0x53, 0x69, 0x62, 0x6c, 0x69, 0x6e, 0x67, 0x12, 0x2a, 0x0a, 0x0a, 0x69, 0x6e,
|
|
0x68, 0x65, 0x72, 0x69, 0x74, 0x5f, 0x66, 0x64, 0x18, 0x1b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b,
|
|
0x2e, 0x69, 0x6e, 0x68, 0x65, 0x72, 0x69, 0x74, 0x5f, 0x66, 0x64, 0x52, 0x09, 0x69, 0x6e, 0x68,
|
|
0x65, 0x72, 0x69, 0x74, 0x46, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x65,
|
|
0x78, 0x74, 0x5f, 0x6d, 0x6e, 0x74, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x61, 0x75,
|
|
0x74, 0x6f, 0x45, 0x78, 0x74, 0x4d, 0x6e, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x5f,
|
|
0x73, 0x68, 0x61, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x65,
|
|
0x78, 0x74, 0x53, 0x68, 0x61, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x78, 0x74,
|
|
0x5f, 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x73, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a,
|
|
0x65, 0x78, 0x74, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x6b,
|
|
0x69, 0x70, 0x5f, 0x6d, 0x6e, 0x74, 0x18, 0x1f, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x73, 0x6b,
|
|
0x69, 0x70, 0x4d, 0x6e, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x5f,
|
|
0x66, 0x73, 0x18, 0x20, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
0x46, 0x73, 0x12, 0x28, 0x0a, 0x0b, 0x75, 0x6e, 0x69, 0x78, 0x5f, 0x73, 0x6b, 0x5f, 0x69, 0x6e,
|
|
0x6f, 0x18, 0x21, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x75, 0x6e, 0x69, 0x78, 0x5f, 0x73,
|
|
0x6b, 0x52, 0x09, 0x75, 0x6e, 0x69, 0x78, 0x53, 0x6b, 0x49, 0x6e, 0x6f, 0x12, 0x3d, 0x0a, 0x13,
|
|
0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x5f, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x5f, 0x6d,
|
|
0x6f, 0x64, 0x65, 0x18, 0x22, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x0d, 0x2e, 0x63, 0x72, 0x69, 0x75,
|
|
0x5f, 0x63, 0x67, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x52, 0x11, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
|
|
0x43, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x0a, 0x0b, 0x67,
|
|
0x68, 0x6f, 0x73, 0x74, 0x5f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0d,
|
|
0x3a, 0x07, 0x31, 0x30, 0x34, 0x38, 0x35, 0x37, 0x36, 0x52, 0x0a, 0x67, 0x68, 0x6f, 0x73, 0x74,
|
|
0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x28, 0x0a, 0x10, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x5f, 0x73,
|
|
0x63, 0x61, 0x6e, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x73, 0x18, 0x24, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
0x0e, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x53, 0x63, 0x61, 0x6e, 0x50, 0x61, 0x74, 0x68, 0x73, 0x12,
|
|
0x1a, 0x0a, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x25, 0x20, 0x03, 0x28,
|
|
0x09, 0x52, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x19, 0x0a, 0x08, 0x65,
|
|
0x6d, 0x70, 0x74, 0x79, 0x5f, 0x6e, 0x73, 0x18, 0x26, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x65,
|
|
0x6d, 0x70, 0x74, 0x79, 0x4e, 0x73, 0x12, 0x28, 0x0a, 0x07, 0x6a, 0x6f, 0x69, 0x6e, 0x5f, 0x6e,
|
|
0x73, 0x18, 0x27, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6f, 0x69, 0x6e, 0x5f, 0x6e,
|
|
0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x06, 0x6a, 0x6f, 0x69, 0x6e, 0x4e, 0x73,
|
|
0x12, 0x21, 0x0a, 0x0c, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x73,
|
|
0x18, 0x29, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72,
|
|
0x6f, 0x70, 0x73, 0x12, 0x2a, 0x0a, 0x11, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x70, 0x72,
|
|
0x6f, 0x70, 0x73, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,
|
|
0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x46, 0x69, 0x6c, 0x65, 0x12,
|
|
0x34, 0x0a, 0x16, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x5f, 0x63,
|
|
0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x2b, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
0x14, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x44, 0x75, 0x6d, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x72,
|
|
0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x66, 0x72, 0x65, 0x65, 0x7a, 0x65, 0x5f,
|
|
0x63, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x72,
|
|
0x65, 0x65, 0x7a, 0x65, 0x43, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x69,
|
|
0x6d, 0x65, 0x6f, 0x75, 0x74, 0x18, 0x2d, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x74, 0x69, 0x6d,
|
|
0x65, 0x6f, 0x75, 0x74, 0x12, 0x2b, 0x0a, 0x12, 0x74, 0x63, 0x70, 0x5f, 0x73, 0x6b, 0x69, 0x70,
|
|
0x5f, 0x69, 0x6e, 0x5f, 0x66, 0x6c, 0x69, 0x67, 0x68, 0x74, 0x18, 0x2e, 0x20, 0x01, 0x28, 0x08,
|
|
0x52, 0x0f, 0x74, 0x63, 0x70, 0x53, 0x6b, 0x69, 0x70, 0x49, 0x6e, 0x46, 0x6c, 0x69, 0x67, 0x68,
|
|
0x74, 0x12, 0x21, 0x0a, 0x0c, 0x77, 0x65, 0x61, 0x6b, 0x5f, 0x73, 0x79, 0x73, 0x63, 0x74, 0x6c,
|
|
0x73, 0x18, 0x2f, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x77, 0x65, 0x61, 0x6b, 0x53, 0x79, 0x73,
|
|
0x63, 0x74, 0x6c, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x6c, 0x61, 0x7a, 0x79, 0x5f, 0x70, 0x61, 0x67,
|
|
0x65, 0x73, 0x18, 0x30, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6c, 0x61, 0x7a, 0x79, 0x50, 0x61,
|
|
0x67, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x5f, 0x66, 0x64,
|
|
0x18, 0x31, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x46, 0x64,
|
|
0x12, 0x2a, 0x0a, 0x11, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x5f, 0x70, 0x74, 0x73, 0x5f, 0x6d,
|
|
0x61, 0x73, 0x74, 0x65, 0x72, 0x18, 0x32, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x6f, 0x72, 0x70,
|
|
0x68, 0x61, 0x6e, 0x50, 0x74, 0x73, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b,
|
|
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x33, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1b, 0x0a,
|
|
0x09, 0x74, 0x63, 0x70, 0x5f, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x18, 0x34, 0x20, 0x01, 0x28, 0x08,
|
|
0x52, 0x08, 0x74, 0x63, 0x70, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x6c, 0x73,
|
|
0x6d, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x35, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0a, 0x6c, 0x73, 0x6d, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x74,
|
|
0x6c, 0x73, 0x5f, 0x63, 0x61, 0x63, 0x65, 0x72, 0x74, 0x18, 0x36, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x09, 0x74, 0x6c, 0x73, 0x43, 0x61, 0x63, 0x65, 0x72, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x6c,
|
|
0x73, 0x5f, 0x63, 0x61, 0x63, 0x72, 0x6c, 0x18, 0x37, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74,
|
|
0x6c, 0x73, 0x43, 0x61, 0x63, 0x72, 0x6c, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x6c, 0x73, 0x5f, 0x63,
|
|
0x65, 0x72, 0x74, 0x18, 0x38, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x6c, 0x73, 0x43, 0x65,
|
|
0x72, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x74, 0x6c, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x39, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x6c, 0x73, 0x4b, 0x65, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x74,
|
|
0x6c, 0x73, 0x18, 0x3a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x03, 0x74, 0x6c, 0x73, 0x12, 0x27, 0x0a,
|
|
0x10, 0x74, 0x6c, 0x73, 0x5f, 0x6e, 0x6f, 0x5f, 0x63, 0x6e, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66,
|
|
0x79, 0x18, 0x3b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x74, 0x6c, 0x73, 0x4e, 0x6f, 0x43, 0x6e,
|
|
0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
0x5f, 0x79, 0x61, 0x72, 0x64, 0x18, 0x3c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x67, 0x72,
|
|
0x6f, 0x75, 0x70, 0x59, 0x61, 0x72, 0x64, 0x12, 0x3f, 0x0a, 0x0d, 0x70, 0x72, 0x65, 0x5f, 0x64,
|
|
0x75, 0x6d, 0x70, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x3d, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x13,
|
|
0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x70, 0x72, 0x65, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x5f, 0x6d,
|
|
0x6f, 0x64, 0x65, 0x3a, 0x06, 0x53, 0x50, 0x4c, 0x49, 0x43, 0x45, 0x52, 0x0b, 0x70, 0x72, 0x65,
|
|
0x44, 0x75, 0x6d, 0x70, 0x4d, 0x6f, 0x64, 0x65, 0x22, 0x2c, 0x0a, 0x0e, 0x63, 0x72, 0x69, 0x75,
|
|
0x5f, 0x64, 0x75, 0x6d, 0x70, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65,
|
|
0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65,
|
|
0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x22, 0x25, 0x0a, 0x11, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x72,
|
|
0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x70,
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x02, 0x28, 0x05, 0x52, 0x03, 0x70, 0x69, 0x64, 0x22, 0x37, 0x0a,
|
|
0x0b, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x16, 0x0a, 0x06,
|
|
0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x63,
|
|
0x72, 0x69, 0x70, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x03, 0x70, 0x69, 0x64, 0x22, 0x4b, 0x0a, 0x0d, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x66,
|
|
0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x5f, 0x74,
|
|
0x72, 0x61, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x54,
|
|
0x72, 0x61, 0x63, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, 0x6c, 0x61, 0x7a, 0x79, 0x5f, 0x70, 0x61, 0x67,
|
|
0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6c, 0x61, 0x7a, 0x79, 0x50, 0x61,
|
|
0x67, 0x65, 0x73, 0x22, 0xd0, 0x01, 0x0a, 0x08, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x72, 0x65, 0x71,
|
|
0x12, 0x22, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x02, 0x28, 0x0e, 0x32, 0x0e,
|
|
0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x72, 0x65, 0x71, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x52, 0x04,
|
|
0x74, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x04, 0x6f, 0x70, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x6f, 0x70, 0x74, 0x73, 0x52, 0x04,
|
|
0x6f, 0x70, 0x74, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x5f, 0x73,
|
|
0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x6e, 0x6f,
|
|
0x74, 0x69, 0x66, 0x79, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6b,
|
|
0x65, 0x65, 0x70, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08,
|
|
0x6b, 0x65, 0x65, 0x70, 0x4f, 0x70, 0x65, 0x6e, 0x12, 0x2a, 0x0a, 0x08, 0x66, 0x65, 0x61, 0x74,
|
|
0x75, 0x72, 0x65, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x63, 0x72, 0x69,
|
|
0x75, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x52, 0x08, 0x66, 0x65, 0x61, 0x74,
|
|
0x75, 0x72, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
0x0d, 0x52, 0x03, 0x70, 0x69, 0x64, 0x22, 0x8f, 0x03, 0x0a, 0x09, 0x63, 0x72, 0x69, 0x75, 0x5f,
|
|
0x72, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x02,
|
|
0x28, 0x0e, 0x32, 0x0e, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x72, 0x65, 0x71, 0x5f, 0x74, 0x79,
|
|
0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63,
|
|
0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x02, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65,
|
|
0x73, 0x73, 0x12, 0x23, 0x0a, 0x04, 0x64, 0x75, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0f, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x5f, 0x72, 0x65, 0x73,
|
|
0x70, 0x52, 0x04, 0x64, 0x75, 0x6d, 0x70, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x74, 0x6f,
|
|
0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f,
|
|
0x72, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x52, 0x07, 0x72, 0x65,
|
|
0x73, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x24, 0x0a, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x6e, 0x6f, 0x74,
|
|
0x69, 0x66, 0x79, 0x52, 0x06, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x12, 0x26, 0x0a, 0x02, 0x70,
|
|
0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x70,
|
|
0x61, 0x67, 0x65, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x52,
|
|
0x02, 0x70, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x63, 0x72, 0x5f, 0x65, 0x72, 0x72, 0x6e, 0x6f, 0x18,
|
|
0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x72, 0x45, 0x72, 0x72, 0x6e, 0x6f, 0x12, 0x2a,
|
|
0x0a, 0x08, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0e, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73,
|
|
0x52, 0x08, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x63, 0x72,
|
|
0x5f, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63,
|
|
0x72, 0x45, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x27, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
|
|
0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x63, 0x72, 0x69, 0x75, 0x5f,
|
|
0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
|
|
0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb0, 0x01, 0x0a, 0x0c, 0x63, 0x72, 0x69,
|
|
0x75, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x61, 0x6a,
|
|
0x6f, 0x72, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x01, 0x20, 0x02, 0x28, 0x05, 0x52,
|
|
0x0b, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x0c,
|
|
0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x02,
|
|
0x28, 0x05, 0x52, 0x0b, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12,
|
|
0x14, 0x0a, 0x05, 0x67, 0x69, 0x74, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
0x67, 0x69, 0x74, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x75, 0x62, 0x6c, 0x65, 0x76, 0x65,
|
|
0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x75, 0x62, 0x6c, 0x65, 0x76, 0x65,
|
|
0x6c, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x2a, 0x5f, 0x0a, 0x0c, 0x63,
|
|
0x72, 0x69, 0x75, 0x5f, 0x63, 0x67, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x0a, 0x0a, 0x06, 0x49,
|
|
0x47, 0x4e, 0x4f, 0x52, 0x45, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x47, 0x5f, 0x4e, 0x4f,
|
|
0x4e, 0x45, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x52, 0x4f, 0x50, 0x53, 0x10, 0x02, 0x12,
|
|
0x08, 0x0a, 0x04, 0x53, 0x4f, 0x46, 0x54, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x46, 0x55, 0x4c,
|
|
0x4c, 0x10, 0x04, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x54, 0x52, 0x49, 0x43, 0x54, 0x10, 0x05, 0x12,
|
|
0x0b, 0x0a, 0x07, 0x44, 0x45, 0x46, 0x41, 0x55, 0x4c, 0x54, 0x10, 0x06, 0x2a, 0x2d, 0x0a, 0x12,
|
|
0x63, 0x72, 0x69, 0x75, 0x5f, 0x70, 0x72, 0x65, 0x5f, 0x64, 0x75, 0x6d, 0x70, 0x5f, 0x6d, 0x6f,
|
|
0x64, 0x65, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x50, 0x4c, 0x49, 0x43, 0x45, 0x10, 0x01, 0x12, 0x0b,
|
|
0x0a, 0x07, 0x56, 0x4d, 0x5f, 0x52, 0x45, 0x41, 0x44, 0x10, 0x02, 0x2a, 0xd0, 0x01, 0x0a, 0x0d,
|
|
0x63, 0x72, 0x69, 0x75, 0x5f, 0x72, 0x65, 0x71, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x12, 0x09, 0x0a,
|
|
0x05, 0x45, 0x4d, 0x50, 0x54, 0x59, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x55, 0x4d, 0x50,
|
|
0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x45, 0x53, 0x54, 0x4f, 0x52, 0x45, 0x10, 0x02, 0x12,
|
|
0x09, 0x0a, 0x05, 0x43, 0x48, 0x45, 0x43, 0x4b, 0x10, 0x03, 0x12, 0x0c, 0x0a, 0x08, 0x50, 0x52,
|
|
0x45, 0x5f, 0x44, 0x55, 0x4d, 0x50, 0x10, 0x04, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x41, 0x47, 0x45,
|
|
0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x10, 0x05, 0x12, 0x0a, 0x0a, 0x06, 0x4e, 0x4f, 0x54,
|
|
0x49, 0x46, 0x59, 0x10, 0x06, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x50, 0x55, 0x49, 0x4e, 0x46, 0x4f,
|
|
0x5f, 0x44, 0x55, 0x4d, 0x50, 0x10, 0x07, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x50, 0x55, 0x49, 0x4e,
|
|
0x46, 0x4f, 0x5f, 0x43, 0x48, 0x45, 0x43, 0x4b, 0x10, 0x08, 0x12, 0x11, 0x0a, 0x0d, 0x46, 0x45,
|
|
0x41, 0x54, 0x55, 0x52, 0x45, 0x5f, 0x43, 0x48, 0x45, 0x43, 0x4b, 0x10, 0x09, 0x12, 0x0b, 0x0a,
|
|
0x07, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e, 0x10, 0x0a, 0x12, 0x0c, 0x0a, 0x08, 0x57, 0x41,
|
|
0x49, 0x54, 0x5f, 0x50, 0x49, 0x44, 0x10, 0x0b, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x41, 0x47, 0x45,
|
|
0x5f, 0x53, 0x45, 0x52, 0x56, 0x45, 0x52, 0x5f, 0x43, 0x48, 0x4c, 0x44, 0x10, 0x0c,
|
|
}
|
|
|
|
var (
|
|
file_rpc_rpc_proto_rawDescOnce sync.Once
|
|
file_rpc_rpc_proto_rawDescData = file_rpc_rpc_proto_rawDesc
|
|
)
|
|
|
|
func file_rpc_rpc_proto_rawDescGZIP() []byte {
|
|
file_rpc_rpc_proto_rawDescOnce.Do(func() {
|
|
file_rpc_rpc_proto_rawDescData = protoimpl.X.CompressGZIP(file_rpc_rpc_proto_rawDescData)
|
|
})
|
|
return file_rpc_rpc_proto_rawDescData
|
|
}
|
|
|
|
var file_rpc_rpc_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
|
|
var file_rpc_rpc_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
|
var file_rpc_rpc_proto_goTypes = []interface{}{
|
|
(CriuCgMode)(0), // 0: criu_cg_mode
|
|
(CriuPreDumpMode)(0), // 1: criu_pre_dump_mode
|
|
(CriuReqType)(0), // 2: criu_req_type
|
|
(*CriuPageServerInfo)(nil), // 3: criu_page_server_info
|
|
(*CriuVethPair)(nil), // 4: criu_veth_pair
|
|
(*ExtMountMap)(nil), // 5: ext_mount_map
|
|
(*JoinNamespace)(nil), // 6: join_namespace
|
|
(*InheritFd)(nil), // 7: inherit_fd
|
|
(*CgroupRoot)(nil), // 8: cgroup_root
|
|
(*UnixSk)(nil), // 9: unix_sk
|
|
(*CriuOpts)(nil), // 10: criu_opts
|
|
(*CriuDumpResp)(nil), // 11: criu_dump_resp
|
|
(*CriuRestoreResp)(nil), // 12: criu_restore_resp
|
|
(*CriuNotify)(nil), // 13: criu_notify
|
|
(*CriuFeatures)(nil), // 14: criu_features
|
|
(*CriuReq)(nil), // 15: criu_req
|
|
(*CriuResp)(nil), // 16: criu_resp
|
|
(*CriuVersion)(nil), // 17: criu_version
|
|
}
|
|
var file_rpc_rpc_proto_depIdxs = []int32{
|
|
3, // 0: criu_opts.ps:type_name -> criu_page_server_info
|
|
4, // 1: criu_opts.veths:type_name -> criu_veth_pair
|
|
5, // 2: criu_opts.ext_mnt:type_name -> ext_mount_map
|
|
8, // 3: criu_opts.cg_root:type_name -> cgroup_root
|
|
7, // 4: criu_opts.inherit_fd:type_name -> inherit_fd
|
|
9, // 5: criu_opts.unix_sk_ino:type_name -> unix_sk
|
|
0, // 6: criu_opts.manage_cgroups_mode:type_name -> criu_cg_mode
|
|
6, // 7: criu_opts.join_ns:type_name -> join_namespace
|
|
1, // 8: criu_opts.pre_dump_mode:type_name -> criu_pre_dump_mode
|
|
2, // 9: criu_req.type:type_name -> criu_req_type
|
|
10, // 10: criu_req.opts:type_name -> criu_opts
|
|
14, // 11: criu_req.features:type_name -> criu_features
|
|
2, // 12: criu_resp.type:type_name -> criu_req_type
|
|
11, // 13: criu_resp.dump:type_name -> criu_dump_resp
|
|
12, // 14: criu_resp.restore:type_name -> criu_restore_resp
|
|
13, // 15: criu_resp.notify:type_name -> criu_notify
|
|
3, // 16: criu_resp.ps:type_name -> criu_page_server_info
|
|
14, // 17: criu_resp.features:type_name -> criu_features
|
|
17, // 18: criu_resp.version:type_name -> criu_version
|
|
19, // [19:19] is the sub-list for method output_type
|
|
19, // [19:19] is the sub-list for method input_type
|
|
19, // [19:19] is the sub-list for extension type_name
|
|
19, // [19:19] is the sub-list for extension extendee
|
|
0, // [0:19] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_rpc_rpc_proto_init() }
|
|
func file_rpc_rpc_proto_init() {
|
|
if File_rpc_rpc_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_rpc_rpc_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuPageServerInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuVethPair); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ExtMountMap); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*JoinNamespace); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*InheritFd); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CgroupRoot); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UnixSk); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuOpts); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuDumpResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuRestoreResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuNotify); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuFeatures); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_rpc_rpc_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CriuVersion); 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_rpc_rpc_proto_rawDesc,
|
|
NumEnums: 3,
|
|
NumMessages: 15,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_rpc_rpc_proto_goTypes,
|
|
DependencyIndexes: file_rpc_rpc_proto_depIdxs,
|
|
EnumInfos: file_rpc_rpc_proto_enumTypes,
|
|
MessageInfos: file_rpc_rpc_proto_msgTypes,
|
|
}.Build()
|
|
File_rpc_rpc_proto = out.File
|
|
file_rpc_rpc_proto_rawDesc = nil
|
|
file_rpc_rpc_proto_goTypes = nil
|
|
file_rpc_rpc_proto_depIdxs = nil
|
|
}
|