Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anchordotdev/cli
/ Middleware
Interface
Middleware
api/api.go:418–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
type
Middleware
interface
{
419
RoundTripper(next http.RoundTripper) http.RoundTripper
420
}
421
422
type
Middlewares []Middleware
423
Callers
2
NewClient
Function · 0.65
RoundTripper
Method · 0.65
Implementers
2
urlRewriter
api/api.go
preferSetter
api/api.go
Calls
no outgoing calls
Tested by
no test coverage detected