Create blog during config for single-user blogs

This commit is contained in:
Matt Baer
2018-11-09 22:16:13 -05:00
parent 486fb665ad
commit a6478f1b1d
3 changed files with 127 additions and 60 deletions

6
config/data.go Normal file
View File

@@ -0,0 +1,6 @@
package config
type UserCreation struct {
Username string
HashedPass []byte
}