Current section
Files
Jump to
Current section
Files
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