View Source Horizon.Ops.Target (horizon v0.2.5)

ADT for Horizon.Ops deployment targets

Summary

Types

content_type()

@type content_type() :: :template | :static

key()

@type key() ::
  :bsd_install
  | :bsd_install_args
  | :bsd_install_script
  | :horizon_helpers
  | :add_certbot_crontab
  | :stage
  | :build
  | :build_script
  | :deploy
  | :deploy_script
  | :rc_d

t()

@type t() :: %Horizon.Ops.Target{
  executable?: boolean(),
  key: key(),
  type: content_type()
}

Functions

is_static?(arg1)

@spec is_static?(t()) :: boolean()

is_template?(arg1)

@spec is_template?(t()) :: boolean()