package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Jun 27, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Field interface {
Key() string
Value() interface{}
}
type Format interface {
Format(row Row) []byte
}
type Output interface {
Output(content []byte)
}
type Pair interface {
Key() string
Value() interface{}
}
type Row interface {
Items() []Pair
}
type Rule interface {
Generate() interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.