Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type Attributes []Attribute
type LogFinder ¶
type LogFinder interface { // return empty slice if there is no match FindFromLogs(logs LogResults) MatchedResults FindFromAttrs(attrs Attributes) MatchedResults }
func NewLogFinder ¶
type LogResult ¶
type LogResult struct { Type LogType `json:"type"` Attributes Attributes `json:"attributes"` }
type LogResults ¶
type LogResults []LogResult
type MatchedItem ¶
type MatchedResult ¶
type MatchedResult []MatchedItem
type MatchedResults ¶
type MatchedResults []MatchedResult
Click to show internal directories.
Click to hide internal directories.