Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Balancer ¶
type Balancer struct {
Volumes *orderedmap.OrderedMap[int64, VolumeInfo]
}
Simple balancing to retrieve the next volume and its server's public URL, checking for free space
type Volume ¶
type Volume struct {
Id int64
VolumeInfo
}
type VolumeInfo ¶ added in v0.22.0
Click to show internal directories.
Click to hide internal directories.