blob: a74c4d1200be7c4aaac31cf9c4a8184eb9332acd [file] [log] [blame]
package runtime
import (
"github.com/dotcloud/docker/utils"
)
type Server interface {
LogEvent(action, id, from string) *utils.JSONMessage
IsRunning() bool // returns true if the server is currently in operation
}