MCPcopy Create free account
hub / github.com/bytebase/bytebase / roundTripFunc

FuncType roundTripFunc

action/command/api_test.go:180–180  ·  view source on GitHub ↗
func(req *http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

178}
179
180type roundTripFunc func(req *http.Request) (*http.Response, error)
181
182func (f roundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) {
183 return f(req)

Calls

no outgoing calls

Tested by

no test coverage detected