2019-04-22 02:59:20 +00:00

8 lines
107 B
Go

package act
// Relate bnj Relate
type Relate struct {
URL string `json:"url"`
Img string `json:"img"`
}