Documentation
¶
Index ¶
Constants ¶
View Source
const ACTION_CLOSE_CONTEXT = "close_context"
View Source
const ACTION_DELETE = "delete"
Log actions and parameters
View Source
const ACTION_DELETE_SELECTED = "delete_selected"
View Source
const ACTION_SHOW_CONTEXT = "show_context"
View Source
const FILTER_FROM = "from"
View Source
const FILTER_LEVEL = "level"
Log filter query parameter names
View Source
const FILTER_SEARCH_CONTEXT = "search_context"
View Source
const FILTER_SEARCH_CONTEXT_NOT = "search_context_not"
View Source
const FILTER_SEARCH_MESSAGE = "search_message"
View Source
const FILTER_SEARCH_MESSAGE_NOT = "search_message_not"
View Source
const FILTER_TO = "to"
View Source
const PAGE = "page"
Pagination query parameter names
View Source
const PARAM_BULK_LOG_IDS = "bulk_log_ids"
View Source
const PARAM_LOG_ID = "log_id"
View Source
const PER_PAGE = "per_page"
View Source
const SORT_BY = "sort_by"
Log table query parameter names
View Source
const SORT_DIRECTION = "sort_direction"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiInterface ¶
type UiInterface interface {
shared.UiInterface
LogManager(w http.ResponseWriter, r *http.Request)
}
UiInterface defines the log manager controller's UI interface
func UI ¶
func UI(config shared.UiConfig) UiInterface
UI creates a new log manager controller UI from the given config
Click to show internal directories.
Click to hide internal directories.