service

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2020 License: Apache-2.0 Imports: 24 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()

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

Directories

Path Synopsis
go-toml
Package toml is a TOML parser and manipulation library.
Package toml is a TOML parser and manipulation library.

Jump to

Keyboard shortcuts

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