Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bag ¶
type EcsWriter ¶
type EcsWriter struct {
// contains filtered or unexported fields
}
func NewEcsWriter ¶
type JsonWriter ¶
type JsonWriter struct {
// contains filtered or unexported fields
}
func NewJsonWriter ¶
func NewJsonWriter(pretty bool) *JsonWriter
func (*JsonWriter) Flush ¶
func (w *JsonWriter) Flush()
func (*JsonWriter) Start ¶
func (w *JsonWriter) Start()
func (*JsonWriter) WriteLine ¶
func (w *JsonWriter) WriteLine(nr, grp int, s string)
func (*JsonWriter) WriteMeta ¶
func (w *JsonWriter) WriteMeta(meta meta)
type RawWrite ¶
type RawWrite struct {
// contains filtered or unexported fields
}
func NewRawWriter ¶
func NewRawWriter() *RawWrite
type SqliteWriter ¶
type SqliteWriter struct {
// contains filtered or unexported fields
}
func NewSqliteWriter ¶
func NewSqliteWriter() *SqliteWriter
func (*SqliteWriter) Flush ¶
func (w *SqliteWriter) Flush()
func (*SqliteWriter) Start ¶
func (w *SqliteWriter) Start()
func (*SqliteWriter) WriteLine ¶
func (w *SqliteWriter) WriteLine(nr, grp int, s string)
func (*SqliteWriter) WriteMeta ¶
func (w *SqliteWriter) WriteMeta(meta meta)
type TextWrite ¶
type TextWrite struct {
// contains filtered or unexported fields
}
func NewTextWriter ¶
func NewTextWriter() *TextWrite
type XmlWriter ¶
type XmlWriter struct {
// contains filtered or unexported fields
}
func NewXmlWriter ¶
func NewXmlWriter() *XmlWriter
Click to show internal directories.
Click to hide internal directories.