constants

package
v0.0.0-...-5e8567c Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CacheStatusUnmodified = 0
	CacheStatusModified   = 1

	CacheTableName       = "cache"
	CacheId              = "cacheId"
	CacheRequestMethod   = "requestMethod"
	CacheRequestHeaders  = "requestHeaders"
	CacheRequestHost     = "requestHost"
	CacheRequestSchema   = "requestSchema"
	CacheRequestUri      = "requestUri"
	CacheRequestBody     = "requestBody"
	CacheResponseHeaders = "responseHeaders"
	CacheResponseBody    = "responseBody"
	CacheResponseStatus  = "responseStatus"
	CacheStatus          = "cacheStatus"

	ConfigTableName  = "config"
	ConfigId         = "configId"
	ConfigOriginPath = "originPath"
	ConfigTargetPath = "targetPath"

	CacheWorkerNotStarted     = 0
	CacheWorkerInProgress     = 1
	CacheWorkerRecordFound    = 2
	CacheWorkerRecordNotFound = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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