Files
zw-go/types.go
2026-08-05 16:11:59 +02:00

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
}