Documentation
¶
Index ¶
- type File
- type Root
- func (r Root) AddPcap(path string, limit int, warner zbuf.Warner) (nano.Span, error)
- func (r Root) AddPcapWithIndex(path string, index pcap.Index) (err error)
- func (r Root) DeletePcap(path string) error
- func (r Root) IndexPath(path string) string
- func (r Root) Pcaps() ([]File, error)
- func (r Root) Search(ctx context.Context, req Search, w io.Writer) error
- func (r Root) SymlinkPath(path string) string
- type Search
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Root ¶
type Root string
func (Root) AddPcap ¶
AddPcap adds the pcap path to the BRIMCAP_ROOT, meaning a symlink for the pcap is added to the root directory along with an index of the pcap.
func (Root) AddPcapWithIndex ¶
func (Root) DeletePcap ¶
DeletePcap removes all files associated with the pcap path (if they exist).
func (Root) SymlinkPath ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
mock
Package mock is a generated GoMock package.
|
Package mock is a generated GoMock package. |
|
cmd
|
|
|
brimcap
command
|
|
|
Package ranger provides a way to take a function expressed as cartesian points, downsample the points to a bounded number of bins by computing a range of the points that represent the downsampled bins (called the Envelope), then querying the Envelope with a range to find the smallest domain of X values that cover the range queried.
|
Package ranger provides a way to take a function expressed as cartesian points, downsample the points to a bounded number of bins by computing a range of the points that represent the downsampled bins (called the Envelope), then querying the Envelope with a range to find the smallest domain of X values that cover the range queried. |
|
Package slicer provides an io.Reader that returns subsets of a file.
|
Package slicer provides an io.Reader that returns subsets of a file. |
|
Package ztail provides facilities for watching a directory of logs, tailing all the files created within it and transforming the data into zng data.
|
Package ztail provides facilities for watching a directory of logs, tailing all the files created within it and transforming the data into zng data. |
Click to show internal directories.
Click to hide internal directories.
