MCPcopy
hub / github.com/henrygd/beszel / GetContainerInfoHandler

Struct GetContainerInfoHandler

agent/handlers.go:140–140  ·  view source on GitHub ↗

GetContainerInfoHandler handles container info requests

Source from the content-addressed store, hash-verified

138
139// GetContainerInfoHandler handles container info requests
140type GetContainerInfoHandler struct{}
141
142func (h *GetContainerInfoHandler) Handle(hctx *HandlerContext) error {
143 if hctx.Agent.dockerManager == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected