mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 20:45:25 +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 {
|
||
|
|
}
|