mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-27 10:12:54 +01:00
7 lines
103 B
Go
7 lines
103 B
Go
package relayer
|
|
|
|
type Notice struct {
|
|
Kind string `json:"kind"`
|
|
Message string `json:"message"`
|
|
}
|