Refactor travis testing
This commit is contained in:
7
src/nat/Entry.hx
Normal file
7
src/nat/Entry.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package nat;
|
||||
|
||||
typedef Entry = {
|
||||
id:String,
|
||||
components:Map<String, String>,
|
||||
files:Array<String>
|
||||
};
|
||||
Reference in New Issue
Block a user