response_type.go 62 B

12345
  1. package binding
  2. type IDType interface {
  3. ~string | ~uint64
  4. }