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 }