stargz

package
v0.0.0-...-50ad32a Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilesystem

func NewFilesystem(root string, config *Config) (snbase.FileSystem, error)

Types

type Config

type Config struct {
	LRUCacheEntry      int    `toml:"lru_max_entry"`
	HTTPCacheChunkSize int64  `toml:"http_chunk_size"`
	HTTPCacheType      string `toml:"http_cache_type"`
	FSCacheType        string `toml:"filesystem_cache_type"`
	LayerValidInterval int64  `toml:"layer_valid_interval"`
	CheckLayerAlways   bool   `toml:"check_layer_always"`

	Insecure   []string `toml:"insecure"`
	NoPrefetch bool     `toml:"noprefetch"`
	Debug      bool     `toml:"debug"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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