github.com/projectdiscovery/nuclei/v2@v2.9.15/pkg/protocols/common/marker/marker.go (about)

     1  package marker
     2  
     3  const (
     4  	// General marker (open/close)
     5  	General = "ยง"
     6  	// ParenthesisOpen marker - begin of a placeholder
     7  	ParenthesisOpen = "{{"
     8  	// ParenthesisClose marker - end of a placeholder
     9  	ParenthesisClose = "}}"
    10  )