Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/tmplexec/doc.go
2070 views
1
package tmplexec
2
3
// tmplexec is package that provides
4
// template executors it is one level higher than protocols
5
// and deals with execution of entire template
6
7