debian-mirror-gitlab/workhorse/internal/staticpages/static.go

7 lines
88 B
Go
Raw Normal View History

2021-02-22 17:27:13 +05:30
package staticpages
type Static struct {
DocumentRoot string
2021-03-05 16:19:46 +05:30
Exclude []string
2021-02-22 17:27:13 +05:30
}