View Source Radixir.Core.Request.DeriveEntityIdentifier.Metadata.Token (radixir v0.0.3)

Methods to create each map in Token map.

Link to this section Summary

Functions

Generates stitch plan for symbol map in Token ma.

Generates stitch plan for type map in Token map. Value is set to Token.

Link to this section Types

Specs

params() :: keyword()

Specs

stitch_plans() :: [keyword()]

Link to this section Functions

Link to this function

symbol(stitch_plans, params)

View Source

Specs

symbol(stitch_plans(), params()) :: stitch_plans()

Generates stitch plan for symbol map in Token ma.

Parameters

  • stitch_plans: On-going stitch plans that will be stitched into a map.
  • params: Keyword list that contains:
    • symbol (required, string): Symbol.

Specs

type(stitch_plans()) :: stitch_plans()

Generates stitch plan for type map in Token map. Value is set to Token.

Parameters

  • stitch_plans: On-going stitch plans that will be stitched into a map.