mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-06 23:14:25 +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"`
|
|
}
|