assets

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	NeedInstance() bool
	GetInstance(Hostname string, PagesDir string, P string, i identity.Identity) EngineInstance
	Run(ctx *context.Context, e interface{}) interface{}
}

type EngineInstance

type EngineInstance interface {
	NeedLanguage() bool
	NeedTemplate() bool
	Run(ctx *context.Context, template *xcore.XTemplate, language *xcore.XLanguage, e interface{}) interface{}
}

Jump to

Keyboard shortcuts

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