Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Path ¶
Path is a directory file path
type TarballBuilder ¶
type TarballBuilder struct {
// contains filtered or unexported fields
}
TarballBuilder build tarballs from the stream of incoming docs and spits out tarballs into a channel
func NewTarballBuilder ¶
func NewTarballBuilder(tarSize int) (*TarballBuilder, error)
NewTarballBuilder created a TarballBuilder
func (*TarballBuilder) CloseWaiter ¶
func (t *TarballBuilder) CloseWaiter(out chan []byte)
CloseWaiter waits for the wg and then closes
Click to show internal directories.
Click to hide internal directories.