Documentation ¶
Index ¶
- Variables
- type BinfmtMiscEntry
- func (*BinfmtMiscEntry) Descriptor() ([]byte, []int)deprecated
- func (x *BinfmtMiscEntry) GetEnabled() bool
- func (x *BinfmtMiscEntry) GetExtension() string
- func (x *BinfmtMiscEntry) GetFlags() string
- func (x *BinfmtMiscEntry) GetInterpreter() string
- func (x *BinfmtMiscEntry) GetMagic() string
- func (x *BinfmtMiscEntry) GetMask() string
- func (x *BinfmtMiscEntry) GetName() string
- func (x *BinfmtMiscEntry) GetOffset() int32
- func (*BinfmtMiscEntry) ProtoMessage()
- func (x *BinfmtMiscEntry) ProtoReflect() protoreflect.Message
- func (x *BinfmtMiscEntry) Reset()
- func (x *BinfmtMiscEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_binfmt_misc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BinfmtMiscEntry ¶
type BinfmtMiscEntry struct { Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` Enabled *bool `protobuf:"varint,2,req,name=enabled" json:"enabled,omitempty"` Interpreter *string `protobuf:"bytes,3,req,name=interpreter" json:"interpreter,omitempty"` Flags *string `protobuf:"bytes,4,opt,name=flags" json:"flags,omitempty"` Extension *string `protobuf:"bytes,5,opt,name=extension" json:"extension,omitempty"` Magic *string `protobuf:"bytes,6,opt,name=magic" json:"magic,omitempty"` Mask *string `protobuf:"bytes,7,opt,name=mask" json:"mask,omitempty"` Offset *int32 `protobuf:"varint,8,opt,name=offset" json:"offset,omitempty"` // contains filtered or unexported fields }
func (*BinfmtMiscEntry) Descriptor
deprecated
func (*BinfmtMiscEntry) Descriptor() ([]byte, []int)
Deprecated: Use BinfmtMiscEntry.ProtoReflect.Descriptor instead.
func (*BinfmtMiscEntry) GetEnabled ¶
func (x *BinfmtMiscEntry) GetEnabled() bool
func (*BinfmtMiscEntry) GetExtension ¶
func (x *BinfmtMiscEntry) GetExtension() string
func (*BinfmtMiscEntry) GetFlags ¶
func (x *BinfmtMiscEntry) GetFlags() string
func (*BinfmtMiscEntry) GetInterpreter ¶
func (x *BinfmtMiscEntry) GetInterpreter() string
func (*BinfmtMiscEntry) GetMagic ¶
func (x *BinfmtMiscEntry) GetMagic() string
func (*BinfmtMiscEntry) GetMask ¶
func (x *BinfmtMiscEntry) GetMask() string
func (*BinfmtMiscEntry) GetName ¶
func (x *BinfmtMiscEntry) GetName() string
func (*BinfmtMiscEntry) GetOffset ¶
func (x *BinfmtMiscEntry) GetOffset() int32
func (*BinfmtMiscEntry) ProtoMessage ¶
func (*BinfmtMiscEntry) ProtoMessage()
func (*BinfmtMiscEntry) ProtoReflect ¶
func (x *BinfmtMiscEntry) ProtoReflect() protoreflect.Message
func (*BinfmtMiscEntry) Reset ¶
func (x *BinfmtMiscEntry) Reset()
func (*BinfmtMiscEntry) String ¶
func (x *BinfmtMiscEntry) String() string
Click to show internal directories.
Click to hide internal directories.