You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
226 B

package model
// IPListDetail .
type IPListDetail struct {
IP string
Num int64
}
// UIDListDetail .
type UIDListDetail struct {
UID string
Num int64
}
// ListDetail .
type ListDetail struct {
IP string
UID string
}