...

Source file src/github.com/launchdarkly/go-server-sdk/v6/testhelpers/ldservices/package_info.go

Documentation: github.com/launchdarkly/go-server-sdk/v6/testhelpers/ldservices

     1  // Package ldservices provides HTTP handlers that simulate the behavior of LaunchDarkly service endpoints.
     2  //
     3  // This is mainly intended for use in the Go SDK's unit tests. It is also used in unit tests for the
     4  // LaunchDarkly Relay Proxy, and could be useful in testing other applications that use the Go SDK if it
     5  // is desirable to use real HTTP rather than other kinds of test fixtures.
     6  package ldservices
     7  

View as plain text