mirror of https://github.com/daffainfo/nuclei.git
Fixed bug with docgen
parent
a82c62cedd
commit
51d8f80713
|
@ -11,7 +11,7 @@ import (
|
|||
// Variable is a key-value pair of strings that can be used
|
||||
// throughout template.
|
||||
type Variable struct {
|
||||
utils.InsertionOrderedStringMap
|
||||
utils.InsertionOrderedStringMap `yaml:"-" json:"-"`
|
||||
}
|
||||
|
||||
func (variables *Variable) JSONSchemaType() *jsonschema.Type {
|
||||
|
|
Loading…
Reference in New Issue