MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / IpxeMenuTemplate

Class IpxeMenuTemplate

opensuse-proxy-cache/src/main.rs:1498–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496#[derive(Template)]
1497#[template(path = "ipxe.menu.html")]
1498struct IpxeMenuTemplate<'a> {
1499 mirror_uri: &'a str,
1500}
1501
1502#[axum::debug_handler]
1503async fn ipxe_menu_view(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected