Unverified Commit c3c51f79 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #197 from ipfs/doc/fix

doc: update docs for interface changes
parents 71c8fe91 217a8695
......@@ -32,9 +32,9 @@
function's output as an argument and passes it to the user.
type ResponseEmitter interface {
io.Closer
Close() error
CloseWithError(error) error
SetLength(length uint64)
SetError(err interface{}, code ErrorType)
Emit(value interface{}) error
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment