GetSmartDataHandler handles SMART data requests
| 163 | |
| 164 | // GetSmartDataHandler handles SMART data requests |
| 165 | type GetSmartDataHandler struct{} |
| 166 | |
| 167 | func (h *GetSmartDataHandler) Handle(hctx *HandlerContext) error { |
| 168 | if hctx.Agent.smartManager == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected