sankey

package
v0.0.0-...-7d896e5 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2019 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 Link struct {
	Source string `json:"source"`
	Target string `json:"target"`
	Value  int    `json:"value"`
}

type Node

type Node struct {
	Id   string `json:"id"`
	Name string `json:"name"`
}

type Sankey

type Sankey interface {
	LoadK8SObjects()
	GetK8SObjects() interface{}
	CreateGraphData()
}

Jump to

Keyboard shortcuts

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