Mimir.Candidate (Mimir v0.4.1)

Copy Markdown View Source

One catalog entry's verdict in a routing decision: :chosen, :ranked (viable but not chosen), or {:excluded, reason}.

Summary

Types

t()

@type t() :: %Mimir.Candidate{id: String.t(), verdict: verdict()}

verdict()

@type verdict() :: :chosen | :ranked | {:excluded, term()}