gitlab-org--gitlab-foss/workhorse/internal/staticpages/static.go

6 lines
65 B
Go
Raw Normal View History

package staticpages
type Static struct {
DocumentRoot string
}