s

package
v0.0.0-...-f448fd0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	Scope           string `json:"scope"`
	CacheKey        string `json:"cacheKey"`
	CacheVersion    string `json:"cacheVersion"`
	CreationTime    string `json:"creationTime"` // 2021-11-02T23:02:58.89Z
	ArchiveLocation string `json:"archiveLocation"`

	// Used to store path info so the archive url can be calculated
	StorageBackendType string `json:"-"`
	StorageBackendPath string `json:"-"`
}

type CachePart

type CachePart struct {
	Start int
	End   int
	Size  int64
	Data  string
}

type Scope

type Scope struct {
	Scope      string `json:"Scope"`
	Permission int    `json:"Permission"`
}

Jump to

Keyboard shortcuts

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