View Source DockerEngineAPI.Model.EventMessage (testcontainers v1.11.6)

EventMessage represents the information an event contains.

Summary

Types

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

Functions