Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + func RegisterRouterUser(router *mux.Router) + type User struct + Comment string + Gid string + Groups []string + HomeDirectory string + Name string + Password string + Shell string + Uid string + func (u *User) Add(w http.ResponseWriter) error + func (u *User) Modify(w http.ResponseWriter) error + func (u *User) Remove(w http.ResponseWriter) error + func (u *User) View(w http.ResponseWriter) error