MCPcopy 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
441type MiddlewareFunc func(next http.RoundTripper) http.RoundTripper
442
443func (fn MiddlewareFunc) RoundTripper(next http.RoundTripper) http.RoundTripper {
444 return fn(next)

Callers 1

api.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected