sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0
This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
warehost/cmd/warehost-web/model.go

13 lines
239 B
Go
Raw Normal View History

2016-08-27 02:18:41 +02:00
package main
import modul "dev.sum7.de/sum7/warehost/modul/web"
//TemplateInfo Information send to Template
type TemplateInfo struct {
2016-09-12 20:34:09 +02:00
Host string
URL string
Website *modul.Website
Page *modul.Page
Menu []*modul.Menu
2016-08-27 02:18:41 +02:00
}