Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigDataRootPath ¶
GetConfigDataRootPath returns a data root path
func GetConfigEnforceProxyAccess ¶
GetConfigEnforceProxyAccess checks if proxy access is enforced via driver config
func GetConfigMountPathWhitelist ¶
GetConfigMountPathWhitelist returns a whitelist of collections that users can mount
func IsValidClientType ¶
IsValidClientType checks if given client string is valid
Types ¶
type ClientType ¶
type ClientType string
ClientType is a mount client type
const ( // IrodsFuseClientType is for iRODS FUSE IrodsFuseClientType ClientType = "irodsfuse" // WebdavClientType is for WebDav client (Davfs2) WebdavClientType ClientType = "webdav" // NfsClientType is for NFS client NfsClientType ClientType = "nfs" )
mount driver (iRODS Client) types
func GetClientType ¶
func GetClientType(params map[string]string) ClientType
GetClientType returns iRODS Client value from param map
func GetValidClientType ¶
func GetValidClientType(client string) ClientType
GetValidClientType checks if given client string is valid
Click to show internal directories.
Click to hide internal directories.