Expand description

Versioned whitelist settings files.

Modules

  • legacy 🔒
  • v0 🔒
    This module represents a whitelist 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 🔒

Structs

  • NOTE: Always replace this with the latest whitelist version. Then update the WhitelistRaw, the TryFrom for Whitelist, 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.
  • NOTE: Always replace this with the latest whitelist version. Then update the WhitelistRaw, the TryFrom for Whitelist, 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. NOTE: May not be present if performed from the command line or from a legacy file.
  • NOTE: Always replace this with the latest whitelist version. Then update the WhitelistRaw, the TryFrom for Whitelist, 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.

Enums

  • NOTE: Always replace this with the latest whitelist version. Then update the WhitelistRaw, the TryFrom for Whitelist, 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. Important: even if the role we are storing here appears to be identical to one used in another versioned store (like admin::Role), we must have our own versioned copy! This ensures that if there’s an update to the role somewhere else, the conversion function between them will break, letting people make an intelligent decision.
  • 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