Re-exports§
pub use client::Attachment;pub use client::RemoteSettingsRecord;pub use client::RsJsonObject;pub use config::BaseUrl;pub use config::RemoteSettingsConfig;pub use config::RemoteSettingsServer;pub use context::RemoteSettingsContext;pub use error::ApiResult;pub use error::RemoteSettingsError;pub use error::Result;pub use telemetry::RemoteSettingsTelemetry;pub use telemetry::SyncStatus;pub use telemetry::UptakeEventExtras;
Modules§
- client
- config
- This module defines the custom configurations that consumers can set. Those configurations override default values and can be used to set a custom server, collection name, and bucket name. The purpose of the configuration parameters are to allow consumers an easy debugging option, and the ability to be explicit about the server.
- context
- error
- schema
- service
- storage
- telemetry
Macros§
Structs§
- Remote
Settings Client - Client for a single Remote Settings collection
- Remote
Settings Service - Application-level Remote Settings manager.