Packages

An agentless timeseries ingestion framework.

Current section

Files

Jump to
precipitate lib precipitate.ex
Raw

lib/precipitate.ex

defmodule Precipitate do
@moduledoc """
Documentation for `Precipitate`.
"""
@doc """
Hello world.
## Examples
iex> Precipitate.hello()
:world
"""
def hello do
:world
end
end