package
0.4.8
Repository: https://github.com/badboyd/go-uof-sdk.git
Documentation: pkg.go.dev

# Functions

BindSports bind only to sports messages.
BindVirtuals bind only to virtuals messages.
BufferedConsumer same as consumer but with buffered `in` chan of size `buffer`.
Callback sets handler for all messages.
Consumer sets chan consumer of the SDK messages stream.
Credentials for establishing connection to the uof queue and api.
Fixtures gets live and pre-match fixtures at start-up.
Global forces use of global production environment.
Languages for api calls.
ListenErrors sets ErrorListener for all SDK errors.
Recovery starts recovery for each producer It is responsibility of SDK consumer to track the last timestamp of the successfully consumed message for each producer.
Replay forces use of replay environment.
Run starts uof connector.
Staging forces use of staging environment instead of production.

# Structs

Config is active SDK configuration.

# Type aliases

ErrorListenerFunc listens all SDK errors.
Option sets attributes on the Config.