File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
-module($MODULENAME).
2
2
3
- %% API
3
+ %% Common Test callbacks
4
4
-export([all/0,
5
5
suite/0,
6
6
groups/0,
Original file line number Diff line number Diff line change 2
2
3
3
-behaviour(gen_event).
4
4
5
- %% API
5
+ %% API functions
6
6
-export([start_link/0,
7
7
add_handler/2]).
8
8
17
17
-record(state, {}).
18
18
19
19
%%%===================================================================
20
- %%% gen_event callbacks
20
+ %%% API functions
21
21
%%%===================================================================
22
22
23
23
%%--------------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
3
3
-behaviour(gen_fsm).
4
4
5
- %% API
5
+ %% API functions
6
6
-export([start_link/0]).
7
7
8
8
%% gen_fsm callbacks
18
18
-record(state, {}).
19
19
20
20
%%%===================================================================
21
- %%% API
21
+ %%% API functions
22
22
%%%===================================================================
23
23
24
24
%%--------------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
3
3
-behaviour(gen_server).
4
4
5
- %% API
5
+ %% API functions
6
6
-export([start_link/0]).
7
7
8
8
%% gen_server callbacks
16
16
-record(state, {}).
17
17
18
18
%%%===================================================================
19
- %%% API
19
+ %%% API functions
20
20
%%%===================================================================
21
21
22
22
%%--------------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
3
3
-behaviour(supervisor).
4
4
5
- %% API
5
+ %% API functions
6
6
-export([start_link/0]).
7
7
8
8
%% Supervisor callbacks
You can’t perform that action at this time.
0 commit comments