package config
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/coordination/config"
Index ¶
Types ¶
type Config ¶
Config is an configuration of coordination client
func New ¶
func (Config) Trace ¶
func (c Config) Trace() trace.Coordination
Trace returns trace over coordination client calls
type Option ¶
type Option func(c *Config)
func With ¶
With applies common configuration params
func WithTrace ¶
func WithTrace(trace trace.Coordination, opts ...trace.CoordinationComposeOption) Option
WithTrace appends coordination trace to early defined traces
Source Files ¶
- Version
- v3.42.12
- Published
- Mar 3, 2023
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- now –
Tools for package owners.