group.go 111 B

123456
  1. package example_test
  2. type ExampleGroup struct {
  3. ID int64 `rest:"default"`
  4. Name string `rest:"default"`
  5. }