Nitpick Headers to Header

This commit is contained in:
Asim
2016-01-28 18:11:13 +00:00
parent cd9801891e
commit d306559d8f
3 changed files with 21 additions and 21 deletions

View File

@@ -33,10 +33,10 @@ type Codec interface {
// the communication, likely followed by the body.
// In the case of an error, body may be nil.
type Message struct {
Id uint64
Type MessageType
Target string
Method string
Error string
Headers map[string]string
Id uint64
Type MessageType
Target string
Method string
Error string
Header map[string]string
}