PLT-93 cleaing up client side configs

Этот коммит содержится в:
=Corey Hulen
2015-09-15 18:59:14 -07:00
родитель 788fc4373b
Коммит b2a679c25d
82 изменённых файлов: 429 добавлений и 375 удалений

Просмотреть файл

@@ -29,12 +29,9 @@ type Context struct {
}
type Page struct {
TemplateName string
Title string
SiteName string
FeedbackEmail string
SiteURL string
Props map[string]string
TemplateName string
Props map[string]string
ClientProps map[string]string
}
func ApiAppHandler(h func(*Context, http.ResponseWriter, *http.Request)) http.Handler {