View Source Hemdal.Config.Host (Hemdal v1.0.0)

The host information.

Link to this section Summary

Link to this section Types

@type t() :: %Hemdal.Config.Host{
  id: String.t(),
  max_workers: :integer | integer(),
  module: Hemdal.Config.Module.t() | Hemdal.Host.Local.t(),
  name: String.t(),
  options: Hemdal.Config.Options.t() | list()
}

Link to this section Functions

Link to this function

cast(params, opts \\ [])

View Source

Callback implementation for Construct.cast/2.

Link to this function

make!(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make!/2.

Link to this function

make(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make/2.