Documentation ¶ Index ¶ type DOT func (g *DOT) Graph(ctx context.Context, id string, digest io.ReadCloser) error 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 Source Files ¶ View all Source files dot.go Click to show internal directories. Click to hide internal directories.