service

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2020 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRelationApps

func GetRelationApps(reqModel view.ReqRelationApps) (view.RespRelationApps, error)

func Init

func Init() (err error)

Init service初始化。

func ListAllCfgEnv

func ListAllCfgEnv() ([]string, error)

ListAllCfgEnv 列出表中所有的环境,不重复

func ListRelationUnique

func ListRelationUnique(list []view.RelationApps) []view.RelationApps

Types

type SrvRelation

type SrvRelation struct {
	Aid        int    `json:"aid"`
	Name       string `json:"name"`
	Type       string `json:"type"`
	Source     string `json:"source"`
	Target     string `json:"target"`
	MetaData   string `json:"metaData"`
	UpdateTime int64  `json:"updateTime"`
}

SrvRelation ...

func ListRSByEnvAndType

func ListRSByEnvAndType(env, t string) ([]*SrvRelation, error)

获取服务依赖数据

  • params: env, type

Jump to

Keyboard shortcuts

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