Documentation
¶
Index ¶
- func DefaultRegisteredProtocolInterfaces() map[string]ProtocolInterface
- func IsRegistered(registeredInterfaces *map[string]ProtocolInterface, funcName string) bool
- func RegisterProtocolInterface(registeredInterfaces *map[string]ProtocolInterface, ...)
- type FTP
- type Http
- type Https
- type Icmp
- type Icmp6
- type ProtocolInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultRegisteredProtocolInterfaces ¶
func DefaultRegisteredProtocolInterfaces() map[string]ProtocolInterface
func IsRegistered ¶
func IsRegistered(registeredInterfaces *map[string]ProtocolInterface, funcName string) bool
func RegisterProtocolInterface ¶
func RegisterProtocolInterface(registeredInterfaces *map[string]ProtocolInterface, protocolInterfaceName string, protocolInterface ProtocolInterface)
Types ¶
type ProtocolInterface ¶
Click to show internal directories.
Click to hide internal directories.