config

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 1 Imported by: 2

Documentation

Overview

Package config xxx

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// address, example: 127.0.0.1
	Address string
	// port
	Port uint
	// bcs zookeeper address
	BcsZk string
	// deploy detection node cluster list
	// example: BCS-MESOS-10000,BCS-MESOS-10001,BCS-MESOS-10002...
	Clusters string
	// esb app code
	AppCode string
	// esb app secret
	AppSecret string
	// esb operator
	Operator string
	// esb url
	EsbUrl string
	// cmdb app id
	AppId int
	// http client cert config
	ClientCert *types.CertConfig
	// http server cert config
	ServerCert *types.CertConfig
	// deployment template json file path
	Template string
}

Config xxx

Jump to

Keyboard shortcuts

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