Documentation ¶
Index ¶
- Variables
- type CRIU_Opts
- func (*CRIU_Opts) Descriptor() ([]byte, []int)deprecated
- func (x *CRIU_Opts) GetConv() string
- func (x *CRIU_Opts) GetDev() bool
- func (x *CRIU_Opts) GetDict() string
- func (x *CRIU_Opts) GetFlags() string
- func (x *CRIU_Opts) GetHex() bool
- func (x *CRIU_Opts) GetIpadd() bool
- func (x *CRIU_Opts) GetOdev() bool
- func (*CRIU_Opts) ProtoMessage()
- func (x *CRIU_Opts) ProtoReflect() protoreflect.Message
- func (x *CRIU_Opts) Reset()
- func (x *CRIU_Opts) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Registered unique number to use for all kinds of custom options. // // optional CRIU_Opts criu = 1018; E_Criu = &file_opts_proto_extTypes[0] )
Extension fields to descriptorpb.FieldOptions.
View Source
var File_opts_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CRIU_Opts ¶
type CRIU_Opts struct { Hex *bool `protobuf:"varint,1,opt,name=hex" json:"hex,omitempty"` // Indicate that CRIT should treat this field as hex. Ipadd *bool `protobuf:"varint,2,opt,name=ipadd" json:"ipadd,omitempty"` // The field is IPv4/v6 address Flags *string `protobuf:"bytes,3,opt,name=flags" json:"flags,omitempty"` Dev *bool `protobuf:"varint,4,opt,name=dev" json:"dev,omitempty"` // Device major:minor packed Odev *bool `protobuf:"varint,5,opt,name=odev" json:"odev,omitempty"` // ... in old format Dict *string `protobuf:"bytes,6,opt,name=dict" json:"dict,omitempty"` Conv *string `protobuf:"bytes,7,opt,name=conv" json:"conv,omitempty"` // contains filtered or unexported fields }
func (*CRIU_Opts) Descriptor
deprecated
func (*CRIU_Opts) ProtoMessage ¶
func (*CRIU_Opts) ProtoMessage()
func (*CRIU_Opts) ProtoReflect ¶
func (x *CRIU_Opts) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.