Commit 217a8695 authored by Steven Allen's avatar Steven Allen

doc: update docs for interface changes

parent ef934e8d
......@@ -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