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"`
ShareFolder string `mapstructure:"share_folder"`
// EnableHome enables the creation of home directories.
EnableHome bool `mapstructure:"enable_home"`
// 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"`
// set an owner for the root node
Owner string `mapstructure:"owner"`
OwnerIDP string `mapstructure:"owner_idp"`
OwnerType string `mapstructure:"owner_type"`
GatewayAddr string `mapstructure:"gateway_addr"`
}
Options defines the available options for this package.
Click to show internal directories.
Click to hide internal directories.