...

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

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

     1  // Package datakinds contains the implementations of ldstoretypes.DataKind for flags and segments.
     2  //
     3  // These have their own package because they are used in many places and therefore need to be in a
     4  // package that doesn't have other things with other dependencies, to avoid cyclic references.
     5  package datakinds
     6  

View as plain text