View Source TestCircuit.Circuit behaviour (Virgil v1.0.0)

Summary

Callbacks

@callback run() :: {:ok, any()} | {:error, any()}

Functions

@spec error_threshold() :: integer()
@spec execute(any()) :: {:ok, any()} | {:error, any()}