2019-04-22 02:59:20 +00:00

10 lines
236 B
Go

package manager
// UNameSearchResult .
type UNameSearchResult struct {
Code int `json:"code"`
Data map[int64]string `json:"data"`
Message string `json:"message"`
TTL int32 `json:"ttl"`
}