Module server_description

Source
Expand description

Versioned server description settings files.

Modules§

legacy πŸ”’
v0 πŸ”’
This module represents a server description version that isn’t actually used. It is here and part of the migration process to provide an example for how to perform a migration for an old version; please use this as a reference when constructing new migrations.
v1 πŸ”’
v2 πŸ”’

Structs§

ServerDescription
NOTE: Always replace this with the latest server description version. Then update the ServerDescriptionRaw, the TryFrom for ServerDescription, the previously most recent module, and add a new module for the latest version! Please respect the migration upgrade guarantee found in the parent module with any upgrade.
ServerDescriptions
NOTE: Always replace this with the latest server description version. Then update the ServerDescriptionRaw, the TryFrom for ServerDescription, the previously most recent module, and add a new module for the latest version! Please respect the migration upgrade guarantee found in the parent module with any upgrade. Map of all localized ServerDescriptions

Enums§

ServerDescriptionRaw
Versioned settings files, one per version (v0 is only here as an example; we do not expect to see any actual v0 settings files).

Type Aliases§

Final πŸ”’