Expand description
Data persistency functions for the OpenTalk client library
Structs§
- Account
Tokens - The token data required to authorize client requests to the OpenTalk API.
- Config
- Config to store needable state of the opentalk client
- Config
Manager - The ConfigManager stores and loads configs from providered pathes
- Data
Error - The error returned from functions in this crate.
- Open
Talk Account Config - Configuration of an OpenTalk account.
- Open
Talk Account Id - The id of an OpenTalk account.
- Open
Talk Instance Account Id - The full id of a stored OpenTalk account, including the OpenTalkInstanceId and the OpenTalkAccountId.
- Open
Talk Instance Config - Configuration of an OpenTalk instance.
- Open
Talk Instance Id - The id of an OpenTalk instance in the format of a URL.
Enums§
- Config
Error - The error returned from config functions in this crate.
Traits§
- Data
Manager - The DataManager defines the interface for storing and loading data for the OpenTalk client locally