antikythera v0.2.0 AntikytheraCore.ExecutorPool.Id View Source

Link to this section Summary

Link to this section Types

Link to this type reason() View Source
reason() ::
  {:invalid_executor_pool, Antikythera.ExecutorPool.Id.t()} |
  {:unavailable_tenant, Antikythera.TenantId.t()}

Link to this section Functions

Link to this function validate_association(epool_id, gear_name) View Source
validate_association(Antikythera.ExecutorPool.Id.t(), Antikythera.GearName.t()) ::
  {:ok, Antikythera.ExecutorPool.Id.t()} |
  {:error, reason()}