...

Package ldcommon

import "github.com/launchdarkly/go-sdk-common/v3"
Overview
Index
Subdirectories

Overview ▾

Package ldcommon is the base package for commonly used Go SDK types and functions.

Currently there are no types in this package; they are all in subpackages such as ldvalue.

Index ▾

Package files

package_info.go

Subdirectories

Name Synopsis
..
ldattr Package ldattr defines the model for context attribute references used by the LaunchDarkly SDK.
ldcontext Package ldcontext defines the LaunchDarkly SDK model for contexts and context attributes.
lderrors Package lderrors provides identifiers for particular kinds of errors that can be returned by code in github.com/launchdarkly/go-sdk-common/v3/ldcontext or github.com/launchdarkly/go-sdk-common/v3/ldattr.
ldlog Package ldlog contains a logging abstraction used by LaunchDarkly SDK components.
ldlogtest Package ldlogtest contains test helpers for use with [ldlog].
ldreason Package ldreason provides types that describe the outcome of a LaunchDarkly flag evaluation.
ldtime Package ldtime contains time-related types and functions used by LaunchDarkly packages.
lduser Package lduser defines the older LaunchDarkly SDK model for user properties.
ldvalue Package ldvalue provides the LaunchDarkly SDK's general value type, [Value].