# Functions
NewLogSearch creates a new http.Handler for the log search operation.
NewLogSearchDefault creates LogSearchDefault with default headers values.
NewLogSearchOK creates LogSearchOK with default headers values.
NewLogSearchParams creates a new LogSearchParams object with the default values initialized.
# Constants
LogSearchOKCode is the HTTP code returned for type LogSearchOK.
# Structs
LogSearch swagger:route GET /logs/search Logging logSearch
Search the logs
*/.
LogSearchDefault Generic error response.
LogSearchOK A successful response.
LogSearchParams contains all the bound params for the log search operation typically these are obtained from a http.Request
swagger:parameters LogSearch.
LogSearchURL generates an URL for the log search operation.
# Interfaces
LogSearchHandler interface for that can handle valid log search params.
# Type aliases
LogSearchHandlerFunc turns a function with the right signature into a log search handler.