You've already forked drone-email
This commit is contained in:
13
pkg/domain/repo.go
Normal file
13
pkg/domain/repo.go
Normal file
@ -0,0 +1,13 @@
|
||||
package domain
|
||||
|
||||
type Repo struct {
|
||||
Avatar string
|
||||
Branch string
|
||||
FullName string
|
||||
Link string
|
||||
Name string
|
||||
Owner string
|
||||
Private bool
|
||||
SCM string
|
||||
Trusted bool
|
||||
}
|
Reference in New Issue
Block a user