mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
7 lines
131 B
Go
7 lines
131 B
Go
package db
|
|
|
|
type Message struct {
|
|
Key string `json:key`
|
|
Data interface{} `json:data`
|
|
Destination Location
|
|
}
|