common.go 67 B

123456
  1. package service
  2. type StringRequest struct {
  3. A string
  4. B string
  5. }