Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsMissingKeyError ¶
Types ¶
type CodeActionsService ¶
type CodeActionsService struct {
IssuesProvider snyk.IssueProvider
// contains filtered or unexported fields
}
CodeActionsService is an application-layer service for handling code actions.
func NewService ¶
func NewService(c *config.Config, provider snyk.IssueProvider, fileWatcher dirtyFilesWatcher, notifier noti.Notifier, codeApiClient code.SnykCodeClient) *CodeActionsService
func (*CodeActionsService) GetCodeActions ¶
func (c *CodeActionsService) GetCodeActions(params types.CodeActionParams) []types.CodeAction
func (*CodeActionsService) ResolveCodeAction ¶
func (c *CodeActionsService) ResolveCodeAction(action types.CodeAction) (types.CodeAction, error)
Click to show internal directories.
Click to hide internal directories.