Formation.Lxd.Alpine.Package (formation v0.15.1)

Summary

Types

@type t() :: %Formation.Lxd.Alpine.Package{slug: String.t()}

Functions

Link to this function

add(client, instance)

@spec add(
  %Tesla.Client{adapter: term(), fun: term(), post: term(), pre: term()},
  map()
) ::
  {:error, nil | binary()} | {:ok, any()}
Link to this function

upgrade(client, instance)

@spec upgrade(any(), map()) :: {:error, binary() | map()} | {:ok, any()}