mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 22:50:48 +02:00
Remove some code cuplication
This commit is contained in:
parent
0e46f52630
commit
a73f7428fc
4 changed files with 10 additions and 16 deletions
|
@ -8,8 +8,13 @@
|
|||
epp_verb % Epp verb that is targeted, plus 'error'
|
||||
}).
|
||||
|
||||
-type epp_request() :: #epp_request{}.
|
||||
-record(valid_frame, {command, cl_trid, raw_frame}).
|
||||
|
||||
-record(invalid_frame, {code, cl_trid, message}).
|
||||
|
||||
-record(state, {socket, session_id, headers}).
|
||||
|
||||
-type epp_request() :: #epp_request{}.
|
||||
|
||||
-define(XMLErrorCode, <<"2001">>).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue