1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Signed-off-by: Cao Weiwei <cao.weiwei30@zte.com.cn>
This commit is contained in:
Cao Weiwei 2016-08-28 17:01:22 +08:00
parent 9ea28ea894
commit cdcf7b78fc

View file

@ -48,7 +48,7 @@ type DockerCli struct {
isTerminalOut bool
// client is the http client that performs all API operations
client client.APIClient
// state holds the terminal input state
// inState holds the terminal input state
inState *term.State
// outState holds the terminal output state
outState *term.State