jet

package
v1.6.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 12 Imported by: 2

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

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(templateDir string, args ...logger.Logger) driver.Driver

Types

type Jet

type Jet struct {
	*driver.NopRenderer
	// contains filtered or unexported fields
}

func (*Jet) Debug

func (a *Jet) Debug() bool

func (*Jet) Fetch

func (a *Jet) Fetch(tmpl string, data interface{}, c echo.Context) string

func (*Jet) Logger

func (a *Jet) Logger() logger.Logger

func (*Jet) RawContent

func (a *Jet) RawContent(tmpl string) (b []byte, e error)

func (*Jet) Render

func (a *Jet) Render(w io.Writer, tmpl string, data interface{}, c echo.Context) error

func (*Jet) RenderBy added in v1.6.0

func (a *Jet) RenderBy(w io.Writer, tmplName string, tmplContent func(string) ([]byte, error), values interface{}, c echo.Context) error

RenderBy render by content

func (*Jet) SetDebug

func (a *Jet) SetDebug(on bool)

func (*Jet) SetFuncMap

func (a *Jet) SetFuncMap(fn func() map[string]interface{})

func (*Jet) SetLogger

func (a *Jet) SetLogger(l logger.Logger)

func (*Jet) SetTmplPathFixer added in v1.4.3

func (a *Jet) SetTmplPathFixer(fn func(echo.Context, string) string)

func (*Jet) TmplDir

func (a *Jet) TmplDir() string

func (*Jet) TmplPath added in v1.6.0

func (a *Jet) TmplPath(c echo.Context, tmpl string) string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL