Versions in this module Expand all Collapse all v1 v1.1.0 Jan 21, 2020 Changes in this version + const ControlUser + func Read(configFile string, sshPort int) + func ServerUserPermissions(userName string) (permissions []string, err error) + type ClientConfig struct + var Client *ClientConfig + type CommonConfig struct + CacheDir string + DebugEnable bool + ExperimentalFeaturesEnable bool + LogDir string + LogStrategy string + PProfBindAddress string + PProfEnable bool + PProfPort int + SSHPort int + TraceEnable bool + var Common *CommonConfig + type Permissions struct + Default []string + Users map[string][]string + type ServerConfig struct + HostKeyBits int + HostKeyFile string + MapreduceLogFormat string + MaxConcurrentCats int + MaxConcurrentTails int + MaxConnections int + Permissions Permissions + SSHBindAddress string + var Server *ServerConfig