Documentation ¶
Overview ¶
Copyright 2017 Wenhui Shen <www.webx.top>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func New(templateDir string, args ...logger.Logger) driver.Driver
- type Jet
- func (self *Jet) Debug() bool
- func (self *Jet) Fetch(tmpl string, data interface{}, c echo.Context) string
- func (self *Jet) Logger() logger.Logger
- func (self *Jet) RawContent(tmpl string) (b []byte, e error)
- func (self *Jet) Render(w io.Writer, tmpl string, data interface{}, c echo.Context) error
- func (self *Jet) SetDebug(on bool)
- func (self *Jet) SetFuncMap(fn func() map[string]interface{})
- func (self *Jet) SetLogger(l logger.Logger)
- func (self *Jet) SetTmplPathFixer(fn func(echo.Context, string) string)
- func (self *Jet) TmplDir() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Jet ¶
type Jet struct { *driver.NopRenderer // contains filtered or unexported fields }
func (*Jet) SetFuncMap ¶
func (*Jet) SetTmplPathFixer ¶ added in v1.4.3
Click to show internal directories.
Click to hide internal directories.