example

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewExamplePlugin

func NewExamplePlugin(opts configv1.Option, log *log.Helper) (configv1.Plugin, error)

Types

type ExamplePlugin

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

func (*ExamplePlugin) AddRouter

func (e *ExamplePlugin) AddRouter(router *http.ServeMux)

AddRouter implements plugin.Plugin.

func (*ExamplePlugin) HandleFunc

func (e *ExamplePlugin) HandleFunc(next http.HandlerFunc) http.HandlerFunc

HandleFunc implements plugin.Plugin.

func (*ExamplePlugin) Start

func (e *ExamplePlugin) Start(context.Context) error

Start implements plugin.Plugin.

func (*ExamplePlugin) Stop

Stop implements plugin.Plugin.

type SimpleMetadata

type SimpleMetadata struct {
	ID       string    `json:"id"`
	Chunks   string    `json:"chunks,omitempty"`
	Code     int       `json:"code"`
	Size     uint64    `json:"size"`
	RespUnix time.Time `json:"resp_unix"`
	Expired  time.Time `json:"expired"`
	Flags    string    `json:"flags"`
	CacheRef int64     `json:"cache_ref"`
	Vd       []string  `json:"varykey,omitempty"`
}

Jump to

Keyboard shortcuts

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