Discover Packages
github.com/yhy0/Jie
scan
Pocs
apollo
package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Apr 12, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Run adminService: 访问页面帆会apollo-adminService 的地址 , configService: spring Eureka 的界面地址
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 struct {
Id int `json:"id"`
Name string `json:"name"`
AppId string `json:"appId"`
}
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 struct {
Id int `json:"id"`
AppId string `json:"appId"`
NamespaceName string `json:"namespaceName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.