mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 15:40:23 +00:00
3491717c26
Each user can be mapped with a Google Cloud Storage bucket or a bucket virtual folder
7 lines
124 B
Go
7 lines
124 B
Go
package vfs
|
|
|
|
import "syscall"
|
|
|
|
func (fi FileInfo) getFileInfoSys() interface{} {
|
|
return syscall.Win32FileAttributeData{}
|
|
}
|