Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogReader ¶
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
func NewFilter ¶
func NewFilter(req SearchRequest) (Filter, error)
type SearchRequest ¶
type SearchResponse ¶ added in v1.1.2
type SearchResponse struct {
ModuleName string `json:",omitempty"`
Host string `json:",omitempty"`
Event string `json:",omitempty"`
Level string `json:",omitempty"`
Time string `json:",omitempty"`
Request string `json:",omitempty"`
Response string `json:",omitempty"`
ErrorText string `json:",omitempty"`
}
Click to show internal directories.
Click to hide internal directories.