Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenResult ¶
func OpenResult() error
Types ¶
type Brief ¶
type Brief map[etype.EntryError]int64
func (*Brief) AddCountFor ¶
func (s *Brief) AddCountFor(typ etype.EntryError)
type ClientStat ¶
type ClientStat struct { LegalCount int `json:"l"` IllegalCount int `json:"i"` MaxIllegalLevel etype.EntryError `json:"m"` }
func (*ClientStat) AddStat ¶
func (c *ClientStat) AddStat(ee etype.EntryError)
type GenerationData ¶ added in v0.9.0
type GenerationData struct { AnalysisResult *Stat Labels map[etype.EntryError]string }
Click to show internal directories.
Click to hide internal directories.