caas-team / sparrow

A monitoring tool to gather infrastructure network information
Apache License 2.0
6 stars 4 forks source link

Remove unused errors #121

Closed puffitos closed 3 months ago

puffitos commented 3 months ago

Motivation

Closes #37 - no need to carry corpses around in the codebase.

Changes

See commits. Removed unused err values and ctx values as well from all shutdown functions of the checks, and updated the checkController's shutdown as well (it was never returing an err).

Tests done

TODO