nuclei/v2/pkg/protocols/protocols.go

6 lines
118 B
Go
Raw Normal View History

package protocols
// Protocol is an interface implemented by a protocol to be templated.
type Protocol interface {
}