Add network transport

This commit is contained in:
Asim Aslam
2019-06-17 18:25:42 +01:00
parent 308673b393
commit 1a571b8c82
2 changed files with 208 additions and 0 deletions

View File

@@ -40,3 +40,8 @@ type Message struct {
// Body is the encaspulated payload
Body []byte
}
var (
// TODO: set default network
DefaultNetwork Network
)