fix: types fixed - credentials

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-10 00:02:21 +00:00
parent 5fd96ec40f
commit 8a92727b88
22 changed files with 5070 additions and 170 deletions

View File

@@ -7,7 +7,7 @@ import (
)
// RawJSON is a swagger-friendly wrapper for json.RawMessage.
type RawJSON json.RawMessage
type RawJSON = json.RawMessage
var Validate = validator.New()