mapserver/server/bundle/Manifest.go

7 lines
110 B
Go
Raw Normal View History

2019-04-03 11:17:55 +03:00
package bundle
type Manifest struct {
Scripts []string `json:"scripts"`
Styles []string `json:"styles"`
}