package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jan 9, 2016
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type All struct {
Id int `toml:"id" json:"id"`
*User
*Group
}
type Group struct {
Users []string `toml:"users" json:"users"`
}
type User struct {
GroupId int `toml:"group_id" json:"group_id"`
Directory string `toml:"directory" json:"directory"`
Shell string `toml:"shell" json:"shell"`
Gecos string `toml:"gecos" json:"gecos"`
Keys []string `toml:"keys" json:"keys"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.