cat_gateway::db::event::config

Module key

source
Expand description

Configuration Key

Enumsยง

Staticsยง

Functionsยง

  • default_validator ๐Ÿ”’
    Create a default JSON validator as a fallback This should not fail since it is hard coded
  • load_json_lazy ๐Ÿ”’
    Helper function to convert a JSON string to a JSON value.
  • schema_validator ๐Ÿ”’
    Helper function to create a JSON validator from a JSON schema. If the schema is invalid, a default JSON validator is created.