nfsense/internal/definitions/system/user.go
2023-05-14 03:23:38 +02:00

7 lines
130 B
Go

package system
type User struct {
Comment string `json:"comment"`
Hash string `json:"hash"`
Salt string `json:"salt"`
}