Skip to content
Vishal Rana edited this page Jun 28, 2016 · 1 revision

Service

In

HTTP MQTT

Plugins

Out

Message

type Message struct {
  Type string `json:"type"`
  Header map[string]interface{} `json:"header"`
  Body []byte `json:"body"`
}
Clone this wiki locally