Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // ocis fs works on top of a dir of uuid nodes Root string `mapstructure:"root"` // UserLayout describes the relative path from the storage's root node to the users home node. UserLayout string `mapstructure:"user_layout"` // propagate mtime changes as tmtime (tree modification time) to the parent directory when user.ocis.propagation=1 is set on a node TreeTimeAccounting bool `mapstructure:"treetime_accounting"` // propagate size changes as treesize TreeSizeAccounting bool `mapstructure:"treesize_accounting"` // permissions service to use when checking permissions PermissionsSVC string `mapstructure:"permissionssvc"` PermissionsClientTLSMode string `mapstructure:"permissionssvc_tls_mode"` PermTLSMode pool.TLSMode PersonalSpaceAliasTemplate string `mapstructure:"personalspacealias_template"` GeneralSpaceAliasTemplate string `mapstructure:"generalspacealias_template"` MaxAcquireLockCycles int `mapstructure:"max_acquire_lock_cycles"` LockCycleDurationFactor int `mapstructure:"lock_cycle_duration_factor"` }
Options defines the available options for this package.
Click to show internal directories.
Click to hide internal directories.