MCPcopy Create free account
hub / github.com/koding/kite / doResult

Struct doResult

sockjsclient/xhr.go:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310type doResult struct {
311 Response *http.Response
312 Error error
313}
314
315func (x *XHRSession) do(req *http.Request) <-chan doResult {
316 ch := make(chan doResult, 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected