add support for streaming requests. cleanup watcher initilisation
This commit is contained in:
@@ -5,8 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type buffer struct {
|
||||
io.Reader
|
||||
io.Writer
|
||||
io.ReadWriter
|
||||
}
|
||||
|
||||
func (b *buffer) Close() error {
|
||||
|
Reference in New Issue
Block a user