jetpackr

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2020 License: BSD-3-Clause Imports: 2 Imported by: 0

README

Jet Template Engine Packr Loader

Build Status Coverage Status GoDoc Go Report Card Release

Install

$ go get github.com/clevergo/jetpackr

Usage

See example.

package main

import (
	"github.com/CloudyKit/jet/v3"
	"github.com/clevergo/jetpackr"
	"github.com/gobuffalo/packr/v2"
)

func main() {
	box := packr.New("views", "./views")
	view := jet.NewHTMLSetLoader(jetpackr.New(box))
	// ...
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader struct {
	// contains filtered or unexported fields
}

Loader a file system loader.

func New

func New(box *packr.Box) *Loader

New returns a loader associate with the given packr box.

func (*Loader) Exists

func (l *Loader) Exists(name string) (string, bool)

Exists implements interface loader's exists function.

func (*Loader) Open

func (l *Loader) Open(name string) (io.ReadCloser, error)

Open implements interface loader's open function.

Directories

Path Synopsis
example module

Jump to

Keyboard shortcuts

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