Files
2019-04-22 18:49:16 +08:00

9 lines
92 B
Go

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