1 // Package ldreason provides types that describe the outcome of a LaunchDarkly flag evaluation. 2 // 3 // You do not need to use these types to evaluate feature flags with the LaunchDarkly SDK. They are 4 // only required for the "detail" evaluation methods that allow you to determine whether the result 5 // of a flag evaluation was due to, for instance, context key targeting or a specific flag rule, such 6 // as [github.com/launchdarkly/go-server-sdk/v6.LDClient.BoolVariationDetail]. 7 package ldreason 8