qs

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQsPlugin

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

Types

type Graph

type Graph struct {
	Data      map[string]float64 `json:"data"`
	HotUrls   []string           `json:"hot_urls"`
	StartedAt int64              `json:"started_at"`
}

type QsPlugin

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

func (*QsPlugin) AddRouter

func (qs *QsPlugin) AddRouter(router *http.ServeMux)

AddRouter implements plugin.Plugin.

func (*QsPlugin) HandleFunc

func (qs *QsPlugin) HandleFunc(next http.HandlerFunc) http.HandlerFunc

HandleFunc implements plugin.Plugin.

func (*QsPlugin) Start

func (qs *QsPlugin) Start(context.Context) error

Start implements plugin.Plugin.

func (*QsPlugin) Stop

func (qs *QsPlugin) Stop(context.Context) error

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