|
%%%-------------------------------------------------------------------
|
|
%% @copyright {{copyright_holder}} ({{copyright_year}})
|
|
%% @author {{author_name}} <{{author_email}}>
|
|
%% @doc {{appid}} public API
|
|
%% @end
|
|
%%%-------------------------------------------------------------------
|
|
|
|
-module({{appid}}).
|
|
|
|
%% API
|
|
-export([
|
|
]).
|
|
|
|
%%====================================================================
|
|
%% API
|
|
%%====================================================================
|
|
|
|
|
|
|
|
%%====================================================================
|
|
%% Internal functions
|
|
%%====================================================================
|