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) GetCommitAuthor() (string, error)
- func (c *Client) SendDependencies() (map[string]any, error)
- func (c *Client) SetCommitAuthorRequest(request CommitAuthorRequest)
- func (c *Client) SetDependenciesRequest(request DependenciesRequest)
- func (c *Client) SetRequest(request Request)
- func (c *Client) SetSASTFixRequest(request SASTFixRequest)
- func (c *Client) SetSecurityFixRequest(request SecurityFixRequest)
- type CommitAuthorRequest
- type Context
- type DependenciesRequest
- type Dependency
- 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) GetCommitAuthor ¶ added in v0.26.0
func (*Client) SendDependencies ¶ added in v0.24.5
func (*Client) SetCommitAuthorRequest ¶ added in v0.26.0
func (c *Client) SetCommitAuthorRequest(request CommitAuthorRequest)
func (*Client) SetDependenciesRequest ¶ added in v0.24.5
func (c *Client) SetDependenciesRequest(request DependenciesRequest)
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 CommitAuthorRequest ¶ added in v0.26.0
type DependenciesRequest ¶ added in v0.24.5
type DependenciesRequest struct {
Dependencies []Dependency `json:"dependencies"`
}
type Dependency ¶ added in v0.24.5
type SASTFixRequest ¶ added in v0.23.3
Click to show internal directories.
Click to hide internal directories.