mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-18 16:05:37 +00:00
⚡ Change consts
type to map[string]interface{}
This commit is contained in:
@@ -177,7 +177,7 @@ func (connector *Connector) PostLicense(license string) {
|
||||
}
|
||||
}
|
||||
|
||||
func (connector *Connector) PostConsts(consts map[string]string) {
|
||||
func (connector *Connector) PostConsts(consts map[string]interface{}) {
|
||||
if len(consts) == 0 {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user