utils

package
v0.0.0-...-3b9963d Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2020 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MaxAge

type MaxAge struct {
	// String because it's going into a query string anyway
	MaxAgeDays string
	// contains filtered or unexported fields
}

MaxAge Using exposed "prune" methods from backends and associated GlobalConfig, deletes flow records.

func (*MaxAge) Run

func (m *MaxAge) Run()

func (*MaxAge) SetBackends

func (m *MaxAge) SetBackends(b map[string]backends.Backend)

Set the backends to operate on

type Utility

type Utility interface {
	SetBackends(map[string]backends.Backend)
	Run()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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