Current section
Files
Jump to
Current section
Files
lib/perspective/domain_pool/domain_pool_subscriber.ex
defmodule Perspective.DomainPoolSubscriber do
use Perspective.NotificationsSubscriber, name: Perspective.DomainPoolNotifications
def handle_info(message, state) do
{:noreply, state}
end
end