Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gallon ¶
type Gallon struct {
// contains filtered or unexported fields
}
func NewGallon ¶
func NewGallon( input InputPlugin, output OutputPlugin, ) Gallon
type InputPlugin ¶
type InputPlugin interface { Connect( ctx context.Context, writer WriteCloser, ) error }
type OutputPlugin ¶
type WriteCloser ¶
Click to show internal directories.
Click to hide internal directories.