MCPcopy Create free account
hub / github.com/libgit2/git2go / httpSmartSubtransport

Struct httpSmartSubtransport

http.go:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type httpSmartSubtransport struct {
70 transport *Transport
71 client *http.Client
72}
73
74func (t *httpSmartSubtransport) Action(url string, action SmartServiceAction) (SmartSubtransportStream, error) {
75 var req *http.Request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected