Jido.Signal.Router.TrieNode (Jido Signal v2.0.0-rc.4)

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: any(),
  segments: map(),
  wildcards: [any()]
}

Functions

schema()

Returns the Zoi schema for TrieNode