renderer

package
v4.15.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: MIT Imports: 14 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	Handler(TemplateFunc) http.Handler
	Redirect(http.ResponseWriter, *http.Request, string, Message)
	Error(http.ResponseWriter, error)
}

App of package

func New

func New(config Config, filesystem fs.FS, funcMap template.FuncMap) (App, error)

New creates new App from Config

type Config

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

Config of package

func Flags

func Flags(fs *flag.FlagSet, prefix string, overrides ...flags.Override) Config

Flags adds flags for configuring package

type Message

type Message struct {
	Level   string
	Content string
}

Message for render

func NewErrorMessage

func NewErrorMessage(format string, a ...interface{}) Message

NewErrorMessage create a error message

func NewSuccessMessage

func NewSuccessMessage(format string, a ...interface{}) Message

NewSuccessMessage create a success message

func ParseMessage

func ParseMessage(r *http.Request) Message

ParseMessage parses messages from request

func (Message) String

func (m Message) String() string

type TemplateFunc

type TemplateFunc = func(http.ResponseWriter, *http.Request) (string, int, map[string]interface{}, error)

TemplateFunc handle a request and returns which template to render with which status and datas

Jump to

Keyboard shortcuts

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