apollo

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(adminService string, configService string)

Run adminService: 访问页面帆会apollo-adminService 的地址 , configService: spring Eureka 的界面地址

Types

type Apps

type Apps struct {
	Id      int    `json:"id"`
	Name    string `json:"name"`
	AppId   string `json:"appId"`
	OrgId   string `json:"orgId"`
	OrgName string `json:"orgName"`
}

type Clusters

type Clusters struct {
	Id    int    `json:"id"`
	Name  string `json:"name"`
	AppId string `json:"appId"`
}

type Configs

type Configs struct {
	AppId          string `json:"appId"`
	Cluster        string `json:"cluster"`
	NamespaceName  string `json:"namespaceName"`
	Configurations string `json:"configurations"`
	ReleaseKey     string `json:"releaseKey"`
}

type NameSpaces

type NameSpaces struct {
	Id            int    `json:"id"`
	AppId         string `json:"appId"`
	NamespaceName string `json:"namespaceName"`
}

Jump to

Keyboard shortcuts

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