1
0
mirror of https://github.com/writeas/writefreely synced 2024-12-12 08:36:14 +01:00
writefreely/config/data.go

7 lines
83 B
Go

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