cmd

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2019 License: GPL-3.0 Imports: 9 Imported by: 2

Documentation

Index

Constants

View Source
const (
	RestApiPathPrefix = "/api"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdDataCollector

type CmdDataCollector struct {
	Endpoints     *bitflow.EndpointFactory
	DefaultOutput string
	RestApis      []RestApiPath // HttpTagger and FileOutputFilterApi included by default
	// contains filtered or unexported fields
}

func (*CmdDataCollector) MakePipeline

func (c *CmdDataCollector) MakePipeline() *bitflow.SamplePipeline

func (*CmdDataCollector) ParseFlags

func (c *CmdDataCollector) ParseFlags()

type FileOutputFilterApi

type FileOutputFilterApi struct {
	FileOutputEnabled bool
	// contains filtered or unexported fields
}

func (*FileOutputFilterApi) Register

func (api *FileOutputFilterApi) Register(pathPrefix string, router *mux.Router)

type RestApiPath

type RestApiPath interface {
	Register(pathPrefix string, router *mux.Router)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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