Documentation
¶
Index ¶
- func Create(file string) (*os.File, *bufio.Writer, error)
- func GetEvents(kind string, count int)
- func Heading(w *bufio.Writer) error
- func RR(f *os.File, b []byte) (int64, int, error)
- func Squish(file string)
- func Write(w *bufio.Writer, re *regexp.Regexp, r Raw)
- func WriteFile(file string, r []Raw)
- type DS
- type Event
- type LiveXML
- type Raw
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DS ¶
type DS struct {
File string
Create func(string) (*os.File, *bufio.Writer, error)
Heading func(*bufio.Writer) error
Write func(w *bufio.Writer, re *regexp.Regexp, r Raw)
// contains filtered or unexported fields
}
func (DS) GetLiveXML ¶
Click to show internal directories.
Click to hide internal directories.