sample.go 88 B

123456789
  1. package service
  2. type Args struct {
  3. Text string
  4. }
  5. type Replay struct {
  6. Text string
  7. }