mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Move the type application_start_type() into cowboy_app.
This commit is contained in:
parent
2beb5c8206
commit
db7833f5e8
2 changed files with 3 additions and 3 deletions
|
@ -17,6 +17,9 @@
|
|||
|
||||
-export([start/2, stop/1]). %% API.
|
||||
|
||||
-type application_start_type() :: normal |
|
||||
{takeover, Node::node()} | {failover, Node::node()}.
|
||||
|
||||
-include("include/types.hrl").
|
||||
|
||||
%% API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue