get users request
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
type User struct {
|
||||
Id string
|
||||
Password string `form:"userpassword" binding:"required"`
|
||||
CN string `form:"usercn" binding:"required"`
|
||||
SN string `form:"usersn" binding:"required"`
|
||||
Resources struct{}
|
||||
Cluster struct{}
|
||||
Templates struct{}
|
||||
}
|
||||
Reference in New Issue
Block a user