lavalink_rs.model
API Documentation
NodeDistributionStrategy
sharded
round_robin
main_fallback
lowest_load
highest_free_memory
custom
built with
pdoc
lavalink_rs
.
model
.client
class
NodeDistributionStrategy
:
def
sharded
(
):
The type of the None singleton.
def
round_robin
(
):
The type of the None singleton.
def
main_fallback
(
):
The type of the None singleton.
def
lowest_load
(
):
The type of the None singleton.
def
highest_free_memory
(
):
The type of the None singleton.
def
custom
(
func
):
The type of the None singleton.