comline/core/tests/package/test/health.ids

14 lines
185 B
Plaintext
Raw Normal View History

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