renderer

package
v4.75.4 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: MIT Imports: 23 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	PublicURL  string
	PathPrefix string
	Title      string
	Minify     bool
}

func Flags

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

type Message

type Message struct {
	Level   string
	Content string
}

func NewErrorMessage

func NewErrorMessage(format string, a ...any) Message

func NewSuccessMessage

func NewSuccessMessage(format string, a ...any) Message

func ParseMessage

func ParseMessage(r *http.Request) Message

func (Message) String

func (m Message) String() string

type Page added in v4.35.1

type Page struct {
	Content  map[string]any
	Template string
	Status   int
}

func NewPage added in v4.35.1

func NewPage(template string, status int, content map[string]any) Page

type Service added in v4.64.0

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

func New

func New(config *Config, filesystem fs.FS, funcMap template.FuncMap, meterProvider metric.MeterProvider, tracerProvider trace.TracerProvider) (*Service, error)

func (Service) Error added in v4.64.0

func (s Service) Error(w http.ResponseWriter, r *http.Request, content map[string]any, err error)

func (*Service) Handler added in v4.64.0

func (s *Service) Handler(templateFunc TemplateFunc) http.Handler

func (*Service) PublicURL added in v4.64.0

func (s *Service) PublicURL(url string) string

func (Service) Redirect added in v4.64.0

func (s Service) Redirect(w http.ResponseWriter, r *http.Request, pathname string, message Message)

type TemplateFunc

type TemplateFunc = func(http.ResponseWriter, *http.Request) (Page, error)

Jump to

Keyboard shortcuts

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