Chore: use any rather than interface{} (#74066)
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
type DSInfo struct {
|
||||
ID int64
|
||||
Updated time.Time
|
||||
JSONData map[string]interface{}
|
||||
JSONData map[string]any
|
||||
DecryptedSecureJSONData map[string]string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user