handler

package
v0.0.0-...-4fa7d18 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2022 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataStoreResult

type DataStoreResult struct {
	Data   []byte
	MIME   string
	Size   uint
	Cached bool
	Error  error
}

size and error

type Handler

type Handler struct {
	Conf             config.Config
	DataStoreRAM     *ramCache.DataStore
	DataStoreStorage *storageCache.DataStore
	Log              log.Logger
}

func (*Handler) HandlerFunc

func (h *Handler) HandlerFunc(ctx *fasthttp.RequestCtx)

Jump to

Keyboard shortcuts

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