drone-email/pkg/domain/repo.go

14 lines
186 B
Go
Raw Normal View History

2022-06-27 19:42:59 +00:00
package domain
type Repo struct {
Avatar string
Branch string
FullName string
Link string
Name string
Owner string
Private bool
SCM string
Trusted bool
}