#- exhaustruct # Does not work with gRPC, as it wants us to implement 'UnimplementedHealthCtrlServer', which is obviously not intended to be implemented. Would otherwise be useful.
#- exhaustruct # Does not work with gRPC, as it wants us to implement 'UnimplementedHealthCtrlServer', which is obviously not intended to be implemented. Would otherwise be useful.
settings:
unused:
# Mark all function parameters as used.
parameters-are-used:false
# Mark all local variables as used.
local-variables-are-used:false
# Mark all identifiers inside generated files as used.