shikigrid/api/message.go

7 lines
106 B
Go

package api
type Message struct {
Data string `json:"data"`
Signature string `json:"signature"`
}