package
Version:
v0.0.0-...-3de5202
Opens a new window with list of versions in this module.
Published: Jul 5, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewClient(config *Config) (*clientv3.Client, error)
type Config struct {
Endpoints []string `mapstructure:"endpoints" json:"endpoints" yaml:"endpoints"`
Username string `mapstructure:"username" json:"username" yaml:"username"`
Password string `mapstructure:"password" json:"password" yaml:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.