comline/core/tests/package/test/health.ids
2023-08-28 20:09:31 +01:00

14 lines
185 B
Plaintext

// Health Schema
namespace test::idl::health
struct Capabilities {
names: str[]
}
/// Health check an address
@provider=Any
protocol HealthCheck {
function alive() -> bool
}