Documentation ¶
Index ¶
Constants ¶
View Source
const ( //VerboseFlag flag to set more verbose level VerboseFlag = "verbose" //MountUniqNameFlag flag to set mount point based on definition and not name of volume to not have multile mount of same distant volume MountUniqNameFlag = "mount-uniq" //BasedirFlag flag to set the basedir of mounted volumes BasedirFlag = "basedir" )
Variables ¶
View Source
var ( //Version version of running code Version string //Branch branch of running code Branch string //Commit commit of running code Commit string //BuildTime build time of running code BuildTime string //PluginAlias plugin alias name in docker PluginAlias = "gluster" //BaseDir of mounted volumes BaseDir = "" )
Functions ¶
func DaemonStart ¶ added in v1.0.6
DaemonStart Start the deamon
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.