package
0.0.0-20211220121207-05965fc67dea
Repository: https://github.com/honeytrap/honeytrap.git
Documentation: pkg.go.dev

# Functions

GzipWalker walks a path and turns it into a tar written into a bytes.Buffer.
NewBufferCloser returns a new closer for a bytes.Buffer.
NewFileCloser returns a new instance of the FileCloser.
TarWalker walks a path and turns it into a tar written into a bytes.Buffer.

# Structs

BufferCloser closes a byte.Buffer.
FileCloser defines a struct which implements the io.Closer for a file object which removes the path when closed.