Astarte.RPC.Config.template
You're seeing just the function
template
, go back to Astarte.RPC.Config module for more information.
Specs
template( Path.t(), keyword() ) :: :ok | {:error, File.posix()}
Creates a template for OS environment variables given a filename
.
Additionally, it can receive a list of options:
type
: What kind of file it will generate (:elixir
,:unix
,:windows
).namespace
: Namespace for the variables.