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

# Functions

New wraps an existing SDKCredential, returning a ScopedCredential which has the default scope - full access to all environment data (meaning no payload filter).
NewScoped wraps an existing SDKCredential, returning a ScopedCredential which is valid only for the filtered environment named by filterKey.

# Structs

ScopedCredential scopes an SDKCredential to a filtered environment identified by FilterKey.