comment unused funcs
Some checks failed
build / test (push) Failing after 13s
build / lint (push) Successful in 19s
codeql / analyze (go) (push) Failing after 1m30s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-12 09:13:30 +03:00
parent 37194f5dd5
commit 7eb4f37bed
3 changed files with 33 additions and 120 deletions

View File

@@ -1,12 +1,6 @@
package vault
import (
"encoding/json"
"fmt"
"github.com/hashicorp/vault/api"
)
/*
func getKVinfo(cli *api.Client, path string) (string, int, error) {
info, err := getKVmount(cli, path)
if err != nil {
@@ -50,3 +44,4 @@ func getKVmount(cli *api.Client, path string) (string, error) {
return info.Data.Options.Version, nil
}
*/