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"`
Views []string `json:"views"`
View string `json:"view"`
Severities []string `json:"severities"`
Severity []string `json:"severity"`
Chart *model.Chart `json:"chart"`
Entries []Entry `json:"entries"`
Patterns []*Pattern `json:"patterns"`
Limit int `json:"limit"`
}
func Render ¶
func Render(ctx context.Context, ch *clickhouse.Client, app *model.Application, appSettings *db.ApplicationSettings, query url.Values, w *model.World) *View
Click to show internal directories.
Click to hide internal directories.