templatefile/pkg/templater/system_users.go

9 lines
176 B
Go
Raw Normal View History

package templater
type SystemUser struct {
UserName string `json:"username"`
Group string `json:"group"`
Home string `json:"home"`
Shell string `json:"shell"`
}