mirror of
https://github.com/writefreely/writefreely
synced 2024-11-14 05:07:07 +00:00
6 lines
83 B
Go
6 lines
83 B
Go
package config
|
|
|
|
type UserCreation struct {
|
|
Username string
|
|
HashedPass []byte
|
|
}
|