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

Actor describes something that generates events, like a container, network, or a volume.

Summary

Types

@type t() :: %DockerEngineAPI.Model.EventActor{
  Attributes: %{optional(String.t()) => String.t()} | nil,
  ID: String.t() | nil
}

Functions