Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateSASTTask() (map[string]any, error)
- func (c *Client) CreateSecurityTask() (map[string]any, error)
- func (c *Client) Do() (Response, error)
- func (c *Client) SetRequest(request Request)
- func (c *Client) SetSASTFixRequest(request SASTFixRequest)
- func (c *Client) SetSecurityFixRequest(request SecurityFixRequest)
- type Context
- type Request
- type Response
- type SASTFixRequest
- type SecurityFixRequest
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 (*Client) CreateSASTTask ¶ added in v0.23.3
func (*Client) CreateSecurityTask ¶ added in v0.18.2
func (*Client) SetRequest ¶
func (*Client) SetSASTFixRequest ¶ added in v0.23.3
func (c *Client) SetSASTFixRequest(request SASTFixRequest)
func (*Client) SetSecurityFixRequest ¶ added in v0.18.2
func (c *Client) SetSecurityFixRequest(request SecurityFixRequest)
type SASTFixRequest ¶ added in v0.23.3
Click to show internal directories.
Click to hide internal directories.