Documentation
¶
Index ¶
- func NewContextWithClient(ctx context.Context, ldClient *Client) context.Context
- type Client
- func (ldClient *Client) GetCompressionStrength() any
- func (ldClient *Client) GetFeatureFlagValue(key string, defaultValue any) any
- func (ldClient *Client) ManagedBuilderEnabled() bool
- func (ldClient *Client) ManagedPostgresEnabled() bool
- func (ldClient *Client) UnmanagedPostgresEnabled() bool
- func (ldClient *Client) UseZstdEnabled() bool
- type FeatureFlag
- type UserInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func ClientFromContext ¶
func NewServiceClient ¶ added in v0.3.122
func (*Client) GetCompressionStrength ¶ added in v0.3.188
func (*Client) GetFeatureFlagValue ¶
func (*Client) ManagedBuilderEnabled ¶ added in v0.3.149
func (*Client) ManagedPostgresEnabled ¶ added in v0.3.122
func (*Client) UnmanagedPostgresEnabled ¶ added in v0.3.122
func (*Client) UseZstdEnabled ¶ added in v0.3.188
type FeatureFlag ¶
Click to show internal directories.
Click to hide internal directories.