Current section
Files
Jump to
Current section
Files
lib/elasticsearch_ex.ex
defmodule ElasticsearchEx do
@moduledoc """
Documentation for `ElasticsearchEx`.
"""
@doc """
Hello world.
## Examples
iex> ElasticsearchEx.hello()
:world
"""
def hello do
:world
end
end