GetContainerInfoHandler handles container info requests
| 138 | |
| 139 | // GetContainerInfoHandler handles container info requests |
| 140 | type GetContainerInfoHandler struct{} |
| 141 | |
| 142 | func (h *GetContainerInfoHandler) Handle(hctx *HandlerContext) error { |
| 143 | if hctx.Agent.dockerManager == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected