Skip to content

Commit 47e7d16

Browse files
committed
rm useles
1 parent 81f7723 commit 47e7d16

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

modules/migrations/base/repo.go

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ package base
77

88
// Repository defines a standard repository information
99
type Repository struct {
10-
Name string
11-
Owner string
12-
IsPrivate bool
13-
IsMirror bool
14-
Description string
15-
AuthUsername string
16-
AuthPassword string
17-
CloneURL string
18-
OriginalURL string
10+
Name string
11+
Owner string
12+
IsPrivate bool
13+
IsMirror bool
14+
Description string
15+
CloneURL string
16+
OriginalURL string
1917
}

0 commit comments

Comments
 (0)