# Functions
No description provided by the author
NewGetLogLevel creates a new http.Handler for the get log level operation.
NewGetLogLevelOK creates GetLogLevelOK with default headers values.
NewGetLogLevelParams creates a new GetLogLevelParams object
There are no default values defined in the spec.
NewUpdateLogLevel creates a new http.Handler for the update log level operation.
NewUpdateLogLevelNoContent creates UpdateLogLevelNoContent with default headers values.
NewUpdateLogLevelParams creates a new UpdateLogLevelParams object
There are no default values defined in the spec.
No description provided by the author
# Constants
GetLogLevelOKCode is the HTTP code returned for type GetLogLevelOK.
UpdateLogLevelNoContentCode is the HTTP code returned for type UpdateLogLevelNoContent.
# Structs
GetLogLevel swagger:route GET /log-level logging getLogLevel
Текущий уровень логирования
*/.
No description provided by the author
GetLogLevelOK OK
swagger:response getLogLevelOK
*/.
GetLogLevelParams contains all the bound params for the get log level operation typically these are obtained from a http.Request
swagger:parameters getLogLevel.
GetLogLevelURL generates an URL for the get log level operation.
UpdateLogLevel swagger:route PUT /log-level logging updateLogLevel
Обновить уровень логирования
*/.
UpdateLogLevelNoContent No Content
swagger:response updateLogLevelNoContent
*/.
No description provided by the author
UpdateLogLevelParams contains all the bound params for the update log level operation typically these are obtained from a http.Request
swagger:parameters updateLogLevel.
UpdateLogLevelURL generates an URL for the update log level operation.
# Interfaces
GetLogLevelHandler interface for that can handle valid get log level params.
No description provided by the author
UpdateLogLevelHandler interface for that can handle valid update log level params.
No description provided by the author
# Type aliases
GetLogLevelHandlerFunc turns a function with the right signature into a get log level handler.
UpdateLogLevelHandlerFunc turns a function with the right signature into a update log level handler.