18 lines
235 B
Go
18 lines
235 B
Go
package zw
|
|
|
|
type ServerInfo struct {
|
|
APIMajor uint32
|
|
APIMinor uint32
|
|
DaemonVersion string
|
|
}
|
|
|
|
type ListFilter struct {
|
|
Prefix string
|
|
Contains string
|
|
}
|
|
|
|
type ListedFile struct {
|
|
LogicalPath string
|
|
Size uint64
|
|
}
|