analysis

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Index

func Index(c *core.Context) error

统计信息

func TopologyList

func TopologyList(c echo.Context) error

应用列表

func TopologyRelationship

func TopologyRelationship(c echo.Context) error

func TopologySelect

func TopologySelect(c echo.Context) error

看板拓扑

Types

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