kit-organizer edge

Organizer module
Kit::Organizer

Namespace that holds logic to Organize code flow in your app.


Link to this section Summary ⚠️ Private APIs are currently hidden.


Link to this section Class methods 4

Link to this method

.call(list:, ctx: {}, filter: nil)

View Source
Link to this method

.call_for_contract(list:, ctx: {})

View Source
Link to this method

.register(id:, target:)

View Source

def always(callable, key) callable = to_callable(callable: callable) ->(ctx_in) { [:ok, key: callable.call(ctx_in)] } end


Link to this section Constants 1