Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SuperSet = wire.NewSet( detector.SuperSet, vulnerability.SuperSet, NewServer, )
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(detector detector.Operation, vulnClient vulnerability.Operation) *Server
func (*Server) Detect ¶
func (s *Server) Detect(ctx context.Context, req *proto.OSDetectRequest) (res *proto.DetectResponse, err error)
Click to show internal directories.
Click to hide internal directories.