mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
nomad: adding response struct
This commit is contained in:
@@ -170,6 +170,10 @@ type NetworkResource struct {
|
||||
MBitsReserved int
|
||||
}
|
||||
|
||||
// RegisterResponse is used to respond to a register request
|
||||
type RegisterResponse struct {
|
||||
}
|
||||
|
||||
// msgpackHandle is a shared handle for encoding/decoding of structs
|
||||
var msgpackHandle = &codec.MsgpackHandle{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user