зеркало из https://github.com/microsoft/docker.git
Add IsRunning to server interface
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
Родитель
36c3614fdd
Коммит
47edf3e8bf
|
@ -6,4 +6,5 @@ import (
|
|||
|
||||
type Server interface {
|
||||
LogEvent(action, id, from string) *utils.JSONMessage
|
||||
IsRunning() bool // returns true if the server is currently in operation
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче