Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSectorNotFound = errors.New("sector not found")
Functions ¶
This section is empty.
Types ¶
type PaddedByteIndex ¶
type PaddedByteIndex uint64
type UnpaddedByteIndex ¶
type UnpaddedByteIndex uint64
func (UnpaddedByteIndex) Padded ¶
func (i UnpaddedByteIndex) Padded() PaddedByteIndex
type WorkerInfo ¶
type WorkerInfo struct { Hostname string Resources WorkerResources }
type WorkerResources ¶
type WorkerStats ¶
type WorkerStats struct { Info WorkerInfo MemUsedMin uint64 MemUsedMax uint64 GpuUsed bool // nolint CpuUse uint64 // nolint }
Click to show internal directories.
Click to hide internal directories.