Documentation
¶
Index ¶
Constants ¶
View Source
const ( CacheControlHeaderKey = "Cache-Control" NoCacheHeader = "no-store, no-cache, max-age=0, must-revalidate, proxy-revalidate" // 604800: 7 days; Cache7DaysHeader = "max-age=604800" // 864000: 10 days; Cache10DaysHeader = "max-age=864000" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FactoryKind ¶
type FactoryKind int
const ( APIFactory FactoryKind = iota // Default Factory Kind ManifestFactory BlobsFactory )
func (*FactoryKind) String ¶
func (k *FactoryKind) String() string
Click to show internal directories.
Click to hide internal directories.