Documentation ¶
Index ¶
- Constants
- type NacosServer
- func (n *NacosServer) GetPort() uint32
- func (n *NacosServer) GetProtocol() string
- func (n *NacosServer) Initialize(ctx context.Context, option map[string]interface{}, ...) error
- func (n *NacosServer) Restart(option map[string]interface{}, api map[string]apiserver.APIConfig, ...) error
- func (n *NacosServer) Run(errCh chan error)
- func (n *NacosServer) Stop()
Constants ¶
View Source
const (
ProtooclName = "service-nacos"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NacosServer ¶
type NacosServer struct {
// contains filtered or unexported fields
}
func (*NacosServer) Initialize ¶
func (n *NacosServer) Initialize(ctx context.Context, option map[string]interface{}, apiConf map[string]apiserver.APIConfig) error
Initialize API初始化逻辑
Click to show internal directories.
Click to hide internal directories.