pkg

package
v0.2.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Graph

type Graph struct {
	Nodes *[]Node `json:"nodes"`
	Links *[]Link `json:"links"`
}
type Link struct {
	Source string `json:"source"`
	Target string `json:"target"`
	Value  int    `json:"value"`
}

type Node

type Node struct {
	Id            string `json:"id"`
	Namespace     string `json:"namespace"`
	Name          string `json:"name"`
	Type          string `json:"type"`
	Status        string `json:"status,omitempty"`
	StatusMessage string `json:"statusmessage,omitempty"`
}

Jump to

Keyboard shortcuts

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