Add close stdin
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
		| @@ -19,6 +19,7 @@ const ( | ||||
| 	SignalEventType           EventType = "signal" | ||||
| 	AddProcessEventType       EventType = "addProcess" | ||||
| 	UpdateContainerEventType  EventType = "updateContainer" | ||||
| 	UpdateProcessEventType    EventType = "updateProcess" | ||||
| 	CreateCheckpointEventType EventType = "createCheckpoint" | ||||
| 	DeleteCheckpointEventType EventType = "deleteCheckpoint" | ||||
| 	StatsEventType            EventType = "events" | ||||
| @@ -61,6 +62,10 @@ type Event struct { | ||||
| 	Err           chan error | ||||
| 	StartResponse chan StartResponse | ||||
| 	Stats         chan interface{} | ||||
| 	CloseStdin    bool | ||||
| 	ResizeTty     bool | ||||
| 	Width         int | ||||
| 	Height        int | ||||
| } | ||||
|  | ||||
| type Handler interface { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Crosby
					Michael Crosby