8 lines
96 B
Go
8 lines
96 B
Go
package model
|
|
|
|
type UploadInfo struct {
|
|
Url string
|
|
Err string
|
|
FileKName string
|
|
}
|