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

View Source

Router Helper struct to store trie node metadata

Summary

Functions

Returns the Zoi schema for TrieNode

Types

t()

@type t() :: %Jido.Signal.Router.TrieNode{
  handlers: nil | any(),
  segments: nil | map(),
  wildcards: nil | [any()]
}

Functions

schema()

Returns the Zoi schema for TrieNode