Packages

Provides standardized support for obtaining environment, version, and heartbeat information in JSON format

Current section

Files

Jump to
ex_ops lib ex_ops.ex
Raw

lib/ex_ops.ex

# defmodule ExOps do
# @moduledoc """
# Documentation for ExOps.
# """
# @doc """
# Hello world.
# ## Examples
# iex> ExOps.hello
# :world
# """
# def hello do
# :world
# end
# end