Search
EventMessage represents the information an event contains.
@type t() :: %DockerEngineAPI.Model.EventMessage{ Action: String.t(), Actor: EventActor, Type: String.t(), scope: String.t(), time: integer(), timeNano: integer() }