middleware

package
v1.3.11 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package middleware ...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cached

func Cached(ttl time.Duration, handler func(w http.ResponseWriter, r *http.Request)) http.HandlerFunc

Cached ...

Types

type Storage

type Storage interface {
	Get(key string) []byte
	Set(key string, content []byte, duration time.Duration)
}

Storage ...

Directories

Path Synopsis
Package memory ...
Package memory ...

Jump to

Keyboard shortcuts

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