Tungsten v0.1.0 Tungsten.Codegen.Version View Source

Codegen for Version

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tungsten.Codegen.Version{
  major: integer() | nil,
  minor: integer() | nil,
  protocol: Tungsten.Codegen.Protocol.t(),
  spec: map(),
  version: String.t()
}

Link to this section Functions

Link to this function

from_spec(spec, protocol) View Source
from_spec(map(), Tungsten.Codegen.Protocol.t()) :: t()