mirror of
https://github.com/andatoshiki/shikigrid.git
synced 2026-06-05 19:56:27 +00:00
7 lines
106 B
Go
7 lines
106 B
Go
package api
|
|
|
|
type Message struct {
|
|
Data string `json:"data"`
|
|
Signature string `json:"signature"`
|
|
}
|