mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 01:05:27 +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 {
|
|
}
|