Tungsten v0.1.0 Tungsten.Codegen.Protocol View Source

Codegen for Protocol

Link to this section Summary

Types

t()

The protocol universe

Link to this section Types

Link to this type

t() View Source
t() :: %Tungsten.Codegen.Protocol{
  domains: [Tungsten.Codegen.Domain.t()],
  spec: term(),
  universe: universe(),
  version: Tungsten.Codegen.Version.t()
}

Link to this type

universe() View Source
universe() :: :js | :browser

The protocol universe

Link to this section Functions

Link to this function

from_spec(spec, universe) View Source
from_spec(map(), universe()) :: t()