mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-07 13:32:29 +00:00
⚡ Change consts
type to map[string]interface{}
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
)
|
||||
|
||||
type ScriptingConfig struct {
|
||||
Consts map[string]string `yaml:"consts"`
|
||||
Source string `yaml:"source" default:""`
|
||||
Consts map[string]interface{} `yaml:"consts"`
|
||||
Source string `yaml:"source" default:""`
|
||||
}
|
||||
|
||||
type Script struct {
|
||||
|
Reference in New Issue
Block a user