khatru/notice.go
2021-01-13 23:46:06 -03:00

7 lines
100 B
Go

package main
type Notice struct {
Kind string `json:"kind"`
Message string `json:"message"`
}