Crate fern_proxy_interfaces

Source
Expand description

TODO(ppiotr3k): write crate documentation

Structs§

SQLHandlerConfig
A prioritized configuration repository. It maintains a set of configuration sources, fetches values to populate those, and provides them according to the source’s priority.

Traits§

SQLMessage
A supertrait to abstract frontend and backend SQL Messages.
SQLMessageHandler
A trait defining an interface for handling SQLMessages.