PhoenixGenApi.Structs.ServiceConfig (PhoenixGenApi v0.0.13)

View Source

Node config struct.

Summary

Types

t()

service config struct.

Types

t()

@type t() :: %PhoenixGenApi.Structs.ServiceConfig{
  args: list(),
  function: String.t(),
  module: String.t(),
  nodes: [String.t()],
  service: String.t()
}

service config struct.

Functions

from_map(config)