logcat

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2016 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry map[string]string

Entry represents a line of logcat log.

func (*Entry) Keys

func (item *Entry) Keys() []string

Keys returns valid keys for Entry

func (*Entry) Time

func (item *Entry) Time() time.Time

Time return parsed time.

type Parser

type Parser interface {
	Parse(line string) (Entry, error)
}

Parser parse logcat to struct.

func NewParser

func NewParser() Parser

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL