mirror of
https://github.com/writeas/writefreely
synced 2024-12-12 16:48:09 +01:00
7 lines
83 B
Go
7 lines
83 B
Go
|
package config
|
||
|
|
||
|
type UserCreation struct {
|
||
|
Username string
|
||
|
HashedPass []byte
|
||
|
}
|