moby--moby/runtime/server.go

10 lines
145 B
Go
Raw Normal View History

package runtime
import (
"github.com/dotcloud/docker/utils"
)
type Server interface {
LogEvent(action, id, from string) *utils.JSONMessage
}