nacoscli

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package nacoscli provides for getting the configuration from the nacos configuration center and parse it into a structure.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewNamingClient

func NewNamingClient(nacosIPAddr string, nacosPort int, nacosNamespaceID string, opts ...Option) (naming_client.INamingClient, error)

NewNamingClient create a service registration and discovery of nacos client. Note: If parameter WithClientConfig is set, nacosNamespaceID is invalid, if parameter WithServerConfigs is set, nacosIPAddr and nacosPort are invalid.

Types

type Option

type Option func(*options)

Option set the nacos client options.

func WithAuth

func WithAuth(username string, password string) Option

WithAuth set authentication

func WithClientConfig

func WithClientConfig(clientConfig *constant.ClientConfig) Option

WithClientConfig set nacos client config

func WithServerConfigs

func WithServerConfigs(serverConfigs []constant.ServerConfig) Option

WithServerConfigs set nacos server config

type Params

type Params struct {
	IPAddr      string // server address
	Port        uint64 // port
	Scheme      string // http or grpc
	ContextPath string // path

	NamespaceID string // namespace id

	Group  string // group, example: dev, prod, test
	DataID string // config file id
	Format string // configuration file type: json,yaml,toml
	// contains filtered or unexported fields
}

Params nacos parameters

Jump to

Keyboard shortcuts

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