cpolis/cmd/ui/htmlStructs.go

10 lines
110 B
Go

package ui
type AddUserData struct {
User string
First string
Last string
Role string
Msg string
}