data.go 55 B

12345
  1. package common
  2. type Rule struct {
  3. Name, Json string
  4. }