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

Struct GetSmartDataHandler

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

GetSmartDataHandler handles SMART data requests

Source from the content-addressed store, hash-verified

163
164// GetSmartDataHandler handles SMART data requests
165type GetSmartDataHandler struct{}
166
167func (h *GetSmartDataHandler) Handle(hctx *HandlerContext) error {
168 if hctx.Agent.smartManager == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected