Documentation
¶
Index ¶
- type Client
- func (c *Client) FindDetectionsBySite(ctx context.Context, site string) ([]*yarascan.PathDetection, error)
- func (c *Client) GetActiveDetectionPaths(ctx context.Context, host string) ([]string, error)
- func (c *Client) ResolveDetections(ctx context.Context, host string, entries []*yarascan.ResolveEntry) error
- func (c *Client) Submit(ctx context.Context, dd []*yarascan.Detection) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *clientutil.BackendConfig) (*Client, error)
func (*Client) FindDetectionsBySite ¶
func (*Client) GetActiveDetectionPaths ¶
func (*Client) ResolveDetections ¶
Click to show internal directories.
Click to hide internal directories.