Merge pull request #5361 from turtleDeng/plugins/module-attr
chore(plugins): delete emqx_plugins module attributes
This commit is contained in:
commit
305142f991
|
@ -21,8 +21,6 @@
|
|||
|
||||
-behaviour(application).
|
||||
|
||||
-emqx_plugin(?MODULE).
|
||||
|
||||
%% Application callbacks
|
||||
-export([ start/2
|
||||
, stop/1
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
-module(emqx_bridge_mqtt_app).
|
||||
|
||||
-emqx_plugin(bridge).
|
||||
|
||||
-behaviour(application).
|
||||
|
||||
-export([start/2, stop/1]).
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
-behaviour(application).
|
||||
|
||||
-emqx_plugin(?MODULE).
|
||||
|
||||
-export([ start/2
|
||||
, stop/1
|
||||
]).
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
-behaviour(application).
|
||||
|
||||
-emqx_plugin(?MODULE).
|
||||
|
||||
-define(APP, emqx_management).
|
||||
|
||||
-export([ start/2
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
|
||||
-behaviour(application).
|
||||
|
||||
-export([start/2]).
|
||||
|
||||
-export([stop/1]).
|
||||
-export([ start/2
|
||||
, stop/1
|
||||
]).
|
||||
|
||||
start(_Type, _Args) ->
|
||||
{ok, Sup} = emqx_modules_sup:start_link(),
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
-behaviour(application).
|
||||
|
||||
-emqx_plugin(?MODULE).
|
||||
|
||||
-export([ start/2
|
||||
, stop/1
|
||||
]).
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
-behaviour(application).
|
||||
|
||||
-emqx_plugin(?MODULE).
|
||||
|
||||
-export([start/2]).
|
||||
|
||||
-export([stop/1]).
|
||||
|
|
Loading…
Reference in New Issue