General.go 71 B

123456
  1. package model
  2. type EmptyReply struct {
  3. }
  4. type EmptyRequest struct {
  5. }