Files
2019-04-22 20:46:32 +08:00

9 lines
92 B
Go

package block
// MSG .
type MSG struct {
Code string
Title string
Content string
}