analysis

package
v0.5.9 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DependenceList added in v0.3.0

func DependenceList(c echo.Context) error

版本列表

func Index

func Index(c *core.Context) error

Index statistical information

func TopologyList

func TopologyList(c echo.Context) error

TopologyList AppList

func TopologyRelationship

func TopologyRelationship(c echo.Context) error

func TopologySelect

func TopologySelect(c echo.Context) error

TopologySelect Kanban topology

Types

type ReqList added in v0.3.0

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

type ReqTopologyList struct {
	db.AppTopology
	CurrentPage int `query:"currentPage"`
	PageSize    int `query:"pageSize"`
}

type RespRelationship

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"`
}

Jump to

Keyboard shortcuts

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