Files
herolib/lib/baobab/generator/templates/interface_openrpc_test.v.template
2025-01-21 02:32:33 +00:00

10 lines
155 B
Plaintext

fn test_new_openrpc_interface() ! {
new_openrpc_interface()!
}
@if http
fn test_new_openrpc_http_controller() ! {
new_openrpc_http_controller()!
}
@end