MCPcopy
hub / github.com/writefreely/writefreely / Do

Method Do

oauth.go:106–106  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

104
105type HttpClient interface {
106 Do(req *http.Request) (*http.Response, error)
107}
108
109type oauthClient interface {

Callers 14

registerMethod · 0.65
exchangeOauthCodeMethod · 0.65
exchangeOauthCodeMethod · 0.65
exchangeOauthCodeMethod · 0.65
makeActivityPostFunction · 0.65
resolveIRIFunction · 0.65
exchangeOauthCodeMethod · 0.65
exchangeOauthCodeMethod · 0.65

Implementers 1

MockHTTPClientoauth_test.go

Calls

no outgoing calls

Tested by

no test coverage detected