MCPcopy
hub / github.com/larksuite/cli / stubTransportImpl

Struct stubTransportImpl

internal/cmdutil/transport_test.go:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185type stubTransportImpl struct{}
186
187func (s *stubTransportImpl) PreRoundTrip(req *http.Request) func(*http.Response, error) {
188 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected