Rename Repository -> Folder, Node -> Device (fixes #739)

This commit is contained in:
Audrius Butkevicius
2014-09-28 12:00:38 +01:00
parent 9d816694ba
commit 6c352dca74
61 changed files with 2118 additions and 2118 deletions

View File

@@ -11,16 +11,16 @@ const (
type Query struct {
Magic uint32
NodeID []byte // max:32
DeviceID []byte // max:32
}
type Announce struct {
Magic uint32
This Node
Extra []Node // max:16
This Device
Extra []Device // max:16
}
type Node struct {
type Device struct {
ID []byte // max:32
Addresses []Address // max:16
}