Documentation
¶
Index ¶
Constants ¶
View Source
const ( ArgForeground = "--foreground" ArgReadOnly = "--read-only" ArgAllowOther = "--allow-other" ArgAllowRoot = "--allow-root" ArgRegion = "--region" ArgCache = "--cache" ArgUserAgentPrefix = "--user-agent-prefix" ArgAWSMaxAttempts = "--aws-max-attempts" ArgGid = "--gid" ArgDirMode = "--dir-mode" ArgFileMode = "--file-mode" )
View Source
const ArgNoValue = ""
A value to use in arguments without any value, i.e., an option.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct {
// contains filtered or unexported fields
}
An Args represents arguments to be passed to Mountpoint during mount.
func (*Args) Remove ¶
Remove removes given key, it returns the key's value and whether the key was found.
func (*Args) SetIfAbsent ¶
SetIfAbsent sets value of given key only if that key does not exist.
func (*Args) SortedList ¶
SortedList returns ordered list of normalized arguments.
Click to show internal directories.
Click to hide internal directories.