api

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2019 License: GPL-3.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	Verify() bool
	WriteTo(rw http.ResponseWriter) (int, error)
}

type CachePool

type CachePool interface {
	Get(uri string) Cache
	Delete(uri string)
	CheckAndStore(uri string, req *http.Request, resp *http.Response)
}

Jump to

Keyboard shortcuts

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