mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 00:45:28 +00:00
6 lines
118 B
Go
6 lines
118 B
Go
package protocols
|
|
|
|
// Protocol is an interface implemented by a protocol to be templated.
|
|
type Protocol interface {
|
|
}
|