package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Nov 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DependenceList(c echo.Context) error
版本列表
Index statistical information
func TopologyList(c echo.Context) error
TopologyList AppList
func TopologyRelationship(c echo.Context) error
func TopologySelect(c echo.Context) error
TopologySelect Kanban topology
type ReqList struct {
PkgQs string `query:"pkgQs" form:"pkgQs"`
AppName string `query:"app_name" form:"app_name"`
Operate string `query:"operate" form:"operate"`
Ver string `query:"ver" form:"ver"`
}
type ReqTopologyList struct {
db.AppTopology
CurrentPage int `query:"currentPage"`
PageSize int `query:"pageSize"`
}
type RespRelationship struct {
Aid int `json:"aid"`
Name string `json:"name"`
Type string `json:"type"`
Source string `json:"source"`
Target string `json:"target"`
MateData string `json:"mate_data"`
UpdateTime int64 `json:"update_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.