mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Func name wrong in notes of response.go
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn> Upstream-commit: d6556a6ef716387122574e37cce4f009b1e21c25 Component: engine
This commit is contained in:
@@ -35,7 +35,7 @@ type ResponseModifier interface {
|
||||
// OverrideStatusCode replaces the status code of the HTTP reply
|
||||
OverrideStatusCode(statusCode int)
|
||||
|
||||
// Flush flushes all data to the HTTP response
|
||||
// FlushAll flushes all data to the HTTP response
|
||||
FlushAll() error
|
||||
|
||||
// Hijacked indicates the response has been hijacked by the Docker daemon
|
||||
|
||||
Reference in New Issue
Block a user