From 76e9b2562e9bffdd4d67762b1b82587c21b1402b Mon Sep 17 00:00:00 2001 From: pb Date: Tue, 5 Aug 2025 11:56:27 +0200 Subject: [PATCH] added the enum to reach the /minio/secet route --- tools/enums.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/enums.go b/tools/enums.go index 5bc0620..58cfa54 100644 --- a/tools/enums.go +++ b/tools/enums.go @@ -30,6 +30,7 @@ const ( LIVE_STORAGE BILL MINIO_SVCACC + MINIO_SVCACC_SECRET ) var NOAPI = "" @@ -75,6 +76,7 @@ var DefaultAPI = [...]string{ DATACENTERAPI, NOAPI, MINIO, + MINIO, } // Bind the standard data name to the data type @@ -105,6 +107,7 @@ var Str = [...]string{ "live_storage", "bill", "service_account", + "secret", } func FromInt(i int) string {