Documentation
¶
Index ¶
- Variables
- func Archive(ctx context.Context, entries EntryList) ([]byte, error)
- func Bundle(ctx context.Context, loader bundle.DirectoryLoader) ([]byte, error)
- func IsErrorCode(err error, code int) bool
- func NormalizePath(p string) string
- func NotFoundError(format string, args ...interface{}) error
- type Entry
- type EntryList
- type Err
- type Manifest
- type NewStoreFunc
- type Options
- type Store
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Providers = map[string]NewStoreFunc{}
)
Functions ¶
func IsErrorCode ¶
func NormalizePath ¶
func NotFoundError ¶
Types ¶
type Entry ¶
type Entry struct { Key string `json:"key"` Value []byte `json:"value"` // contains filtered or unexported fields }
Entry type implements os.FileInfo
type Err ¶
type Err struct { Code int `json:"code"` Status string `json:"status"` Detail string `json:"detail"` }
func ParseError ¶
type NewStoreFunc ¶
Click to show internal directories.
Click to hide internal directories.