Current section

Files

Jump to
scales_cms lib scales_cms constants topics.ex
Raw

lib/scales_cms/constants/topics.ex

defmodule ScalesCms.Constants.Topics do
@moduledoc """
Module containind topics for pubsub
"""
@topic_block_updated "block_updated"
def get_block_updated_topic, do: @topic_block_updated
end