Versions in this module Expand all Collapse all v1 v1.0.0 Jul 15, 2019 Changes in this version + type Config struct + AutoReload bool + InputDir string + OutputDir string + func NewConfig() *Config + type Templater struct + func NewTemplater(engine *gin.Engine, conf *Config) *Templater + func (t *Templater) Run() + func (t *Templater) Stop()