package
8.10.8
Repository: https://github.com/launchdarkly/ld-relay.git
Documentation: pkg.go.dev

# Constants

JSClientPingStream represents the JS client-side streaming endpoints, which will generate only "ping" events.
JSClientSDK represents client-side JavaScript-based SDKs, which use client-side endpoints and authenticate their requests insecurely with an environment ID.
MobilePingStream represents the mobile streaming endpoints, which will generate only "ping" events.
MobileSDK represents mobile SDKs, which use mobile endpoints and authenticate their requests with a mobile key.
ServerSDK represents server-side SDKs, which use server-side endpoints and authenticate their requests with an SDK key.
ServerSideFlagsOnlyStream represents the server-side SDK "/flags" endpoint, which is used only by old SDKs that do not support segments.
ServerSideStream represents the server-side SDK "/all" endpoint, which is used by all current server-side SDK versions.

# Type aliases

SDKKind represents any of the supported SDK categories that has distinct behavior from the others.
StreamKind is an enum-like type of the supported kinds of SDK streaming endpoint.