Versions in this module Expand all Collapse all v1 v1.4.1 Nov 16, 2022 v1.4.0 Nov 16, 2022 Changes in this version + func Init(endpoints []string, opts ...Option) (*clientv3.Client, error) + type Option func(*options) + func WithAuth(username string, password string) Option + func WithAutoSyncInterval(duration time.Duration) Option + func WithDialTimeout(duration time.Duration) Option + func WithLog(l *zap.Logger) Option + func WithSecure(serverNameOverride string, certFile string) Option