Jido.Signal.Router.Route (Jido Signal v2.1.1)

View Source

Router Helper struct to store route metadata

Summary

Functions

Returns the Zoi schema for Route

Types

t()

@type t() :: %Jido.Signal.Router.Route{
  match: nil | nil | any(),
  path: binary(),
  priority: nil | integer(),
  target: any()
}

Functions

schema()

Returns the Zoi schema for Route