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

Class AuthMiddleware

opensuse-proxy-cache/src/auth.rs:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11use std::sync::Arc;
12
13pub struct AuthMiddleware;
14
15impl AuthMiddleware {
16 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected