MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / edge_metadata

Function edge_metadata

crates/openshell-cli/src/main.rs:3219–3227  ·  view source on GitHub ↗
(name: &str, endpoint: &str)

Source from the content-addressed store, hash-verified

3217 }
3218
3219 fn edge_metadata(name: &str, endpoint: &str) -> GatewayMetadata {
3220 GatewayMetadata {
3221 name: name.to_string(),
3222 gateway_endpoint: endpoint.to_string(),
3223 is_remote: true,
3224 auth_mode: Some("cloudflare_jwt".to_string()),
3225 ..Default::default()
3226 }
3227 }
3228
3229 #[test]
3230 fn cli_debug_assert() {

Calls

no outgoing calls