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.
|
package dede |
|
|
|
type PadInfo struct { |
|
Aid int64 `json:"aid"` |
|
Mid int64 `json:"mid"` |
|
Fnm map[string]int64 `json:"fnm"` |
|
Paded bool `json:"paded"` |
|
OK chan bool `json:"-"` |
|
IsUpload bool `json:"is_upload"` |
|
CodeMode bool `json:"code_mode"` |
|
IsUGC bool `json:"is_ugc"` |
|
}
|
|
|