plugin

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin interface {
	// prepare
	Prepare(app *zoox.Application, cfg *config.Config) (err error)

	// request
	OnRequest(ctx *zoox.Context, req *http.Request) (err error)

	// response
	OnResponse(ctx *zoox.Context, res *http.Response) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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