revert: removes --secrets - to be replaced with encryption
This commit is contained in:
parent
34970ac9d9
commit
4509611185
27 changed files with 132 additions and 269 deletions
|
|
@ -41,10 +41,6 @@ type errNotFound struct {
|
|||
suggestions []string
|
||||
}
|
||||
|
||||
const (
|
||||
metaSecret byte = 0x1
|
||||
)
|
||||
|
||||
func (err errNotFound) Error() string {
|
||||
if len(err.suggestions) == 0 {
|
||||
return "No such key"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue