Documentation ¶
Index ¶
Constants ¶
View Source
const ORACLE = "oracle"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ORACLEPlugin ¶
type ORACLEPlugin struct{}
func (*ORACLEPlugin) Name ¶
func (p *ORACLEPlugin) Name() string
func (*ORACLEPlugin) PortPriority ¶
func (p *ORACLEPlugin) PortPriority(port uint16) bool
func (*ORACLEPlugin) Priority ¶
func (p *ORACLEPlugin) Priority() int
func (*ORACLEPlugin) Run ¶
func (p *ORACLEPlugin) Run(conn net.Conn, config plugins.PluginConfig) (*plugins.PluginResults, error)
func (*ORACLEPlugin) Type ¶
func (p *ORACLEPlugin) Type() plugins.Protocol
Click to show internal directories.
Click to hide internal directories.