Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VulncheckerPlugin ¶
type VulncheckerPlugin struct {
// Impl Injection
Impl Vulnchecker
}
type VulncheckerRPC ¶
type VulncheckerRPC struct {
// contains filtered or unexported fields
}
Here is an implementation that talks over RPC
type VulncheckerRPCServer ¶
type VulncheckerRPCServer struct {
// This is the real implementation
Impl Vulnchecker
}
Here is the RPC server that VulncheckerRPC talks to, conforming to the requirements of net/rpc
func (*VulncheckerRPCServer) Scan ¶
func (s *VulncheckerRPCServer) Scan(args interface{}, resp *any) error
Click to show internal directories.
Click to hide internal directories.