nacos

package
v0.0.0-...-8b4ee15 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2026 License: Apache-2.0 Imports: 6 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfigFromNacos

func LoadConfigFromNacos(option *NacosConfig, callback func(content string)) error

初始化Nacos配置并监听变化

Types

type NacosConfig

type NacosConfig struct {
	// Nacos相关配置
	NacosHost      string // Nacos服务地址
	NacosPort      uint64 // Nacos服务端口
	NacosNamespace string // Nacos命名空间
	NacosDataID    string // 配置DataID
	NacosGroup     string // 配置Group

	NacosUsername   string // Nacos用户名
	NacosPassword   string // Nacos密码
	NacosRuntimeDir string // Nacos运行时目录
}

Jump to

Keyboard shortcuts

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