Documentation ¶
Overview ¶
Package blkiodev is a generated protocol buffer package.
It is generated from these files:
pb/moby/blkiodev/blkiodev.proto
It has these top-level messages:
WeightDevice ThrottleDevice
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThrottleDevice ¶
type ThrottleDevice struct { // Path string Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // Rate uint64 Rate uint64 `protobuf:"varint,2,opt,name=rate,proto3" json:"rate,omitempty"` }
ThrottleDevice is a structure that holds device:rate_per_second pair type ThrottleDevice struct
func (*ThrottleDevice) Descriptor ¶
func (*ThrottleDevice) Descriptor() ([]byte, []int)
func (*ThrottleDevice) GetPath ¶
func (m *ThrottleDevice) GetPath() string
func (*ThrottleDevice) GetRate ¶
func (m *ThrottleDevice) GetRate() uint64
func (*ThrottleDevice) ProtoMessage ¶
func (*ThrottleDevice) ProtoMessage()
func (*ThrottleDevice) Reset ¶
func (m *ThrottleDevice) Reset()
func (*ThrottleDevice) String ¶
func (m *ThrottleDevice) String() string
type WeightDevice ¶
type WeightDevice struct { // Path string Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // Weight uint16 Weight int32 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"` }
WeightDevice is a structure that holds device:weight pair type WeightDevice struct
func (*WeightDevice) Descriptor ¶
func (*WeightDevice) Descriptor() ([]byte, []int)
func (*WeightDevice) GetPath ¶
func (m *WeightDevice) GetPath() string
func (*WeightDevice) GetWeight ¶
func (m *WeightDevice) GetWeight() int32
func (*WeightDevice) ProtoMessage ¶
func (*WeightDevice) ProtoMessage()
func (*WeightDevice) Reset ¶
func (m *WeightDevice) Reset()
func (*WeightDevice) String ¶
func (m *WeightDevice) String() string
Click to show internal directories.
Click to hide internal directories.