Skip to content
Snippets Groups Projects
runtime.rs 164 B
Newer Older
Hugo Trentesaux's avatar
Hugo Trentesaux committed
use crate::*;

pub async fn runtime_info(_data: Data) -> () {
	// TODO get information from runtime
	// certification duration for example
	println!("TODO");
	()
}