Current section

Files

Jump to
ex_gcloud_pubsub_puller lib ex_gcloud_pubsub_puller.ex
Raw

lib/ex_gcloud_pubsub_puller.ex

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