# Functions
NewService creates and returns a ProxyService.
# Variables
ErrInternal is the error that the proxy service returns when it encounters an unexpected error.
ErrNotFound is the error returned when the service can't find the requested resource.
ErrNotImplemented is the error returned when a method hasn't been implemented.
ErrStreamDisconnected is the error that the proxy service returns when its internal sdk has disconnected from the SaaS stream.
ErrUnauthorised is the error that the proxy service returns when the.
# Structs
Config is the config for a Service.
QueryStore ...
Service is the proxy service implementation.
# Interfaces
ProxyService is the interface for the ProxyService.
SDKClients is an interface that can be used to find out if internal sdks are connected to the SaaS FF stream.
# Type aliases
CacheHealthFn is a function that checks the cache health.
EnvHealthFn is a function that checks the health of all connected environments.