package
Version:
v0.0.0-...-cb9b8c6
Opens a new window with list of versions in this module.
Published: Dec 3, 2016
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Common struct {
LockFile string `toml:"lock_file"`
}
Users map[string]User `toml:"user"`
Groups map[string]Group `toml:"group"`
}
type Group struct {
Allow []string `tomls:"groups"`
}
type User struct {
Allow []string `toml:"allow"`
Groups []string `toml:"groups"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.