grapher

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DOT

type DOT struct {
	Converter vpcflow.Converter
	Storage   types.Storage
}

DOT is a grapher module which converts a VPC flow log digest into a DOT graph using the go-vpc library. If successful, it stores the resulting graph in the backend implemented by the provided types.Storage

func (*DOT) Graph

func (g *DOT) Graph(ctx context.Context, id string, digest io.ReadCloser) error

Graph graphs the given digest in DOT format, and stores the generated DOT contents identified by the supplied id

Jump to

Keyboard shortcuts

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