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