Create blog during config for single-user blogs
This commit is contained in:
6
config/data.go
Normal file
6
config/data.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type UserCreation struct {
|
||||
Username string
|
||||
HashedPass []byte
|
||||
}
|
Reference in New Issue
Block a user