View Source DockerEngineAPI.Model.EventMessage (docker_engine_api v1.43.0)

EventMessage represents the information an event contains.

Summary

Types

@type t() :: %DockerEngineAPI.Model.EventMessage{
  Action: String.t(),
  Actor: EventActor,
  Type: String.t(),
  scope: String.t(),
  time: integer(),
  timeNano: integer()
}