dbmodel

package
v1.56.0 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToDomainDependencies

func ToDomainDependencies(dLinks []DependencyLink) []model.DependencyLink

ToDomainDependencies converts database representation of dependencies to model

Types

type DependencyLink struct {
	Parent    string `json:"parent"`
	Child     string `json:"child"`
	CallCount uint64 `json:"callCount"`
}

DependencyLink shows dependencies between services

func FromDomainDependencies

func FromDomainDependencies(dLinks []model.DependencyLink) []DependencyLink

FromDomainDependencies converts model dependencies to database representation

type TimeDependencies

type TimeDependencies struct {
	Timestamp    time.Time        `json:"timestamp"`
	Dependencies []DependencyLink `json:"dependencies"`
}

TimeDependencies encapsulates dependencies created at a given time

Jump to

Keyboard shortcuts

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