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