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