Versions in this module Expand all Collapse all v1 v1.0.0 Jan 20, 2026 Changes in this version + func NewExamplePlugin(opts configv1.Option, log *log.Helper) (configv1.Plugin, error) + type ExamplePlugin struct + func (e *ExamplePlugin) AddRouter(router *http.ServeMux) + func (e *ExamplePlugin) HandleFunc(next http.HandlerFunc) http.HandlerFunc + func (e *ExamplePlugin) Start(context.Context) error + func (e *ExamplePlugin) Stop(context.Context) error + type SimpleMetadata struct + CacheRef int64 + Chunks string + Code int + Expired time.Time + Flags string + ID string + RespUnix time.Time + Size uint64 + Vd []string