Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2019 Changes in this version + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type DefaultEngine struct + func (e *DefaultEngine) Execute(name string, model interface{}) (string, error) + func (e *DefaultEngine) ExecuteString(data string, model interface{}) (string, error) + type Engine interface + Execute func(name string, model interface{}) (string, error) + ExecuteString func(data string, model interface{}) (string, error) + func NewEngine() Engine