mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
7 lines
130 B
Go
7 lines
130 B
Go
package system
|
|
|
|
type User struct {
|
|
Comment string `json:"comment"`
|
|
Hash string `json:"hash"`
|
|
Salt string `json:"salt"`
|
|
}
|