| ... | ... |
@@ -21,7 +21,7 @@ type AuthConfig struct {
|
| 21 | 21 |
Username string `json:"username"` |
| 22 | 22 |
Password string `json:"password"` |
| 23 | 23 |
Email string `json:"email"` |
| 24 |
- rootPath string `json:-` |
|
| 24 |
+ rootPath string |
|
| 25 | 25 |
} |
| 26 | 26 |
|
| 27 | 27 |
func NewAuthConfig(username, password, email, rootPath string) *AuthConfig {
|