...

Source file src/github.com/launchdarkly/go-server-sdk/v6/internal/datasource/package_info.go

Documentation: github.com/launchdarkly/go-server-sdk/v6/internal/datasource

     1  // Package datasource is an internal package containing implementation types for the SDK's data source
     2  // implementations (streaming, polling, etc.) and related functionality. These types are not visible
     3  // from outside of the SDK.
     4  //
     5  // This does not include the file data source, which is in the ldfiledata package.
     6  package datasource
     7  

View as plain text