mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-04-26 23:08:05 +02:00
7 lines
100 B
Go
7 lines
100 B
Go
package main
|
|
|
|
type Notice struct {
|
|
Kind string `json:"kind"`
|
|
Message string `json:"message"`
|
|
}
|