This commit is contained in:
Chris Lu
2021-01-28 15:23:46 -08:00
parent 19295600f9
commit d475c89fcc
6 changed files with 41 additions and 41 deletions

View File

@@ -6,11 +6,11 @@ import (
)
type MountOptions struct {
filer *string
filerMountRootPath *string
dir *string
dirAutoCreate *bool
collection *string
filer *string
filerMountRootPath *string
dir *string
dirAutoCreate *bool
collection *string
replication *string
ttlSec *int
chunkSizeLimitMB *int