Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ new
Method
new
opensuse-proxy-cache/src/auth.rs:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
impl AuthMiddleware {
16
pub fn new() -> Self {
17
AuthMiddleware {}
18
}
19
}
20
21
#[async_trait::async_trait]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected