core_utils v0.1.0 CoreUtils.Types

Link to this section Summary

Link to this section Types

Link to this type amqp_return_type(t)
amqp_return_type(t) :: {:ok, t} | {:error, integer()}
Link to this type ecto_save()
ecto_save() :: {:ok, Ecto.Schema.t()} | {:error, Ecto.Changeset.t()}
Link to this type ecto_transaction()
ecto_transaction() ::
  {:ok, any()}
  | {:error, any()}
  | {:error, atom(), any(), %{optional(atom()) => any()}}
Link to this opaque key(_a) (opaque)
key(_a)

Link to this section Functions

Link to this function from_key(i)
from_key(key(any())) :: integer()
Link to this function to_key(i, x)
to_key(integer(), a) :: key(a) when a: atom()
to_key(String.t(), a) :: key(a) when a: atom()