etcdcli

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2023 License: MIT Imports: 7 Imported by: 0

README

etcdcli

Connect to the etcd service client.

Example of use

    import "gitee.com/jianguosun_admin/common_pkg/etcdcli"

	endpoints := []string{"192.168.3.37:2379"}
    cli, err := etcdcli.Init(endpoints,
        WithConnectTimeout(time.Second*2),
        // WithAuth("", ""),
        // WithAutoSyncInterval(0),
        // WithLog(zap.NewNop()),
	)
)

Documentation

Overview

Package etcdcli is use for connecting to the etcd service

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(endpoints []string, opts ...Option) (*clientv3.Client, error)

Init connecting to the etcd service

Types

type Option

type Option func(*options)

Option set the etcd client options.

func WithAuth

func WithAuth(username string, password string) Option

WithAuth set authentication

func WithAutoSyncInterval

func WithAutoSyncInterval(duration time.Duration) Option

WithAutoSyncInterval set auto sync interval value

func WithDialTimeout

func WithDialTimeout(duration time.Duration) Option

WithDialTimeout set dial timeout

func WithLog

func WithLog(l *zap.Logger) Option

WithLog set logger

func WithSecure

func WithSecure(serverNameOverride string, certFile string) Option

WithSecure set tls

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL