nacos

package
v0.17.7 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create added in v0.9.0

func Create(id, name string, cfg *Config, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)

Create 创建nacos驱动实例

func NewFactory

func NewFactory() eosc.IExtenderDriverFactory

func Register

func Register(register eosc.IExtenderDriverRegister)

Register 注册nacos驱动工厂

Types

type AccessConfig

type AccessConfig struct {
	Address []string          `json:"address" label:"nacos地址"`
	Params  map[string]string `json:"params" label:"参数"`
}

AccessConfig 接入地址配置

type Config

type Config struct {
	Config AccessConfig `json:"config" label:"配置信息"`
}

Config nacos驱动配置

type Instance

type Instance struct {
	Hosts []struct {
		Valid      bool    `json:"valid"`
		Marked     bool    `json:"marked"`
		InstanceID string  `json:"instanceId"`
		Port       int     `json:"port"`
		IP         string  `json:"ip"`
		Weight     float64 `json:"weight"`
	}
}

Instance executor 服务实例结构

Jump to

Keyboard shortcuts

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