go.bigb.es/cacher @ v0.1.2 — 9dc739e5 2 months ago
import "go.bigb.es/cacher/cmd"
var ( ErrNotFound = errors.New("cacher: key not found") ErrMissNoFallback = errors.New("cacher: cache miss and no --url fallback") )
Sentinel errors recognized by Execute → exit code mapping.
exists → ErrNotFound → 1 download without --url, key missing → ErrMissNoFallback → 3 any other error → 2
func Execute()
Sentinel errors recognized by Execute → exit code mapping.
exists → ErrNotFound → 1 download without --url, key missing → ErrMissNoFallback → 3 any other error → 2