Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonIterator ¶
type JsonIterator struct {
// contains filtered or unexported fields
}
func NewJsonIterator ¶
func NewJsonIterator(src io.Reader) *JsonIterator
func (*JsonIterator) Collect ¶
func (lfi *JsonIterator) Collect() []string
func (*JsonIterator) HasNext ¶
func (lfi *JsonIterator) HasNext() bool
func (*JsonIterator) Next ¶
func (lfi *JsonIterator) Next() string
type LogFile ¶
type LogFile struct {
// contains filtered or unexported fields
}
func OpenLogFile ¶
func (*LogFile) JsonIterator ¶
func (lf *LogFile) JsonIterator() (*JsonIterator, error)
Click to show internal directories.
Click to hide internal directories.