Current section

Files

Jump to
schema include erp catalogs topic.hrl
Raw

include/erp/catalogs/topic.hrl

-ifndef(TOPIC_HRL).
-define(TOPIC_HRL, true).
-record('topic', { id = [] :: list(),
value = [] :: binary(),
users = [] :: list()}).
-endif.