Services.Approvals (fnord v0.8.83)

View Source

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

t()

@type t() :: %Services.Approvals{session: [any()]}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

confirm(args, kind)

@spec confirm(term(), atom()) ::
  {:ok, :approved} | {:denied, binary()} | {:error, binary()}

start_link(opts \\ [])