warmup

package
v0.39.1 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PreCachables

type PreCachables func(ctx context.Context, method, matchingURI string) ([]*view.View, error)

type PreCached

type PreCached struct {
	URI           string
	View          string
	Column        string
	Params        string
	WarmupKey     string
	MarkerKey     string `json:",omitempty"`
	FieldNames    string `json:",omitempty"`
	Elapsed       string
	TimeTaken     time.Duration
	GroupsWritten int    `json:"groupsWritten,omitempty"`
	Error         string `json:"error,omitempty"`
}

type Response

type Response struct {
	Error     string       `json:"error,omitempty"`
	Status    string       `json:"status"`
	Summary   *Summary     `json:"summary,omitempty"`
	PreCached []*PreCached `json:"preCached"`
}

func PreCache

func PreCache(ctx context.Context, lookup PreCachables, warmupURIs ...string) *Response

type Summary added in v0.39.0

type Summary struct {
	CompletedCases int `json:"completedCases"`
	FailedCases    int `json:"failedCases"`
	GroupsWritten  int `json:"groupsWritten,omitempty"`
}

Jump to

Keyboard shortcuts

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