added missing new struct sync (#1021)
This commit is contained in:
parent
0e6b9ea786
commit
d077fd084a
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ func init() {
|
||||||
new(TwoFactor),
|
new(TwoFactor),
|
||||||
new(RepoUnit),
|
new(RepoUnit),
|
||||||
new(RepoRedirect),
|
new(RepoRedirect),
|
||||||
|
new(ExternalLoginUser),
|
||||||
|
new(ProtectedBranch),
|
||||||
)
|
)
|
||||||
|
|
||||||
gonicNames := []string{"SSL", "UID"}
|
gonicNames := []string{"SSL", "UID"}
|
||||||
|
|
Reference in a new issue