khatru/notice.go

7 lines
103 B
Go

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