1
0
forked from MTSR/mapserver
mapserver/bundle/Manifest.go
2019-06-13 08:04:32 +02:00

7 lines
110 B
Go

package bundle
type Manifest struct {
Scripts []string `json:"scripts"`
Styles []string `json:"styles"`
}