illithid v0.1.0 Illithid.Models.ServerCreationContext

Dictates how servers should be built

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Illithid.Models.ServerCreationContext{
  host: atom(),
  image: String.t(),
  server_id: String.t()
}

Link to this section Functions

Link to this function

new(host, server_id, image)

new(host :: atom(), server_id :: String.t(), image :: String.t()) :: t()