mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:35:26 +00:00
5 lines
211 B
Go
5 lines
211 B
Go
|
|
// Package contextargs implements a generic entity for shared context within workflows
|
||
|
|
//
|
||
|
|
// All templates within a workflow shares the same cookiejar and a key-value store with shared items
|
||
|
|
package contextargs
|