analyser

package
v0.0.0-...-be56648 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2021 License: MIT Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyser

type Analyser interface {
	TrafficGraph() *WeightedGraph
}

type StandardAnalyser

type StandardAnalyser struct {
	// contains filtered or unexported fields
}

func New

func New(iface string) *StandardAnalyser

func (*StandardAnalyser) Start

func (a *StandardAnalyser) Start()

func (*StandardAnalyser) TrafficGraph

func (a *StandardAnalyser) TrafficGraph() *WeightedGraph

type WeightedGraph

type WeightedGraph struct {
	// contains filtered or unexported fields
}

func (*WeightedGraph) Matrix

func (g *WeightedGraph) Matrix() map[string]map[string]int64

Jump to

Keyboard shortcuts

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