GODT-1244: Refactor switching stable-early and factory reset

This commit is contained in:
Alexander Bilyak
2021-11-03 16:55:25 +00:00
committed by Jakub
parent b5b477a3ce
commit 41e15db442
12 changed files with 163 additions and 106 deletions

View File

@ -29,6 +29,7 @@ import (
var (
ErrNoVersions = errors.New("no available versions")
ErrNoExecutable = errors.New("no executable found")
ErrNoRemoveBase = errors.New("can't remove base version")
)
// Versioner manages a directory of versioned app directories.