1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-03 17:07:37 +01:00

7 lines
83 B
Go
Raw Normal View History

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