...

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

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

     1  // Package bigsegments is an internal package containing implementation details for the SDK's Big
     2  // Segment functionality, not including the part that is in go-server-sdk-evaluation. These are
     3  // not visible from outside of the SDK.
     4  //
     5  // This does not include implementations of specific Big Segment store integrations such as Redis.
     6  // Those are implemented in separate repositories such as
     7  // https://github.com/launchdarkly/go-server-sdk-redis-redigo.
     8  package bigsegments
     9  

View as plain text