Expand description
Endhost API Source.
This module defines the EndhostApiSource trait, which is responsible for discovering and
providing access to the Endhost API. Implementations of this trait can be used to discover the
API in different environments, such as through environment variables, configuration files, or
network discovery.
Modules§
- models
- Explicit re-exports of the Endhost API discovery models used by this module’s public API.
Structs§
- Endhost
ApiSource Error - Error type for failures to retrieve Endhost APIs from an
EndhostApiSource. - Static
Endhost ApiDiscovery - A static list of Endhost API discovery services which the stack can use to discover Endhost APIs.
- Static
Endhost Apis - A static list of Endhost APIs which the stack can use.
Traits§
- Endhost
ApiSource - Returns available Endhost APIs for the client to use