admin.go 236 B

123456789
  1. package manager
  2. // UNameSearchResult .
  3. type UNameSearchResult struct {
  4. Code int `json:"code"`
  5. Data map[int64]string `json:"data"`
  6. Message string `json:"message"`
  7. TTL int32 `json:"ttl"`
  8. }