Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct {
Status model.Status `json:"status"`
Message string `json:"message"`
Sources []model.LogSource `json:"sources"`
Source model.LogSource `json:"source"`
Services []string `json:"services"`
Service string `json:"service"`
View string `json:"view"`
Chart *model.Chart `json:"chart"`
Entries []Entry `json:"entries"`
Patterns []*Pattern `json:"patterns"`
Limit int `json:"limit"`
Suggest []string `json:"suggest"`
MaxTs string `json:"max_ts"` // string because in JS: 1756993779510773600 === 1756993779510773500
}
Click to show internal directories.
Click to hide internal directories.