Documentation ¶
Overview ¶
Package handlers deals with the agent introspection api.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerStateResolver ¶ added in v1.8.0
type DockerStateResolver interface {
State() dockerstate.TaskEngineState
}
DockerStateResolver is a sub-interface for the engine.TaskEngine interface to make it easy to test code in this package
type LoggingHandler ¶
type LoggingHandler struct {
// contains filtered or unexported fields
}
func NewLoggingHandler ¶ added in v1.11.0
func NewLoggingHandler(handler http.Handler) LoggingHandler
NewLoggingHandler creates a new LoggingHandler object.
func (LoggingHandler) ServeHTTP ¶
func (lh LoggingHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.