writefreely/config/data.go

7 lines
83 B
Go
Raw Normal View History

package config
type UserCreation struct {
Username string
HashedPass []byte
}