assets

package
v6.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bundle

type Bundle struct {
	VirtualFileName string
	Contents        []byte
}

type Middleware

type Middleware struct {
	CSS *Bundle
	JS  *Bundle
	// contains filtered or unexported fields
}

func NewMiddleware

func NewMiddleware(
	dirPath string,
	cacheDirective string,
	devMode bool,
	verbose bool,
) (*Middleware, error)

func (*Middleware) ServeFiles

func (m *Middleware) ServeFiles(next http.Handler) http.Handler

Jump to

Keyboard shortcuts

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