Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anchordotdev/cli
/ MiddlewareFunc
FuncType
MiddlewareFunc
api/api.go:441–441 ·
view source on GitHub ↗
func(next http.RoundTripper) http.RoundTripper
Source
from the content-addressed store, hash-verified
439
}
440
441
type
MiddlewareFunc
func
(next http.RoundTripper) http.RoundTripper
442
443
func
(fn MiddlewareFunc) RoundTripper(next http.RoundTripper) http.RoundTripper {
444
return
fn(next)
Callers
1
api.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected