Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPController ¶ added in v0.17.0
func NewHTTPController(statisticsService core.StatisticsService, statisticsRepository core.StatisticsRepository, assetRepository core.AssetRepository, assetVersionRepository core.AssetVersionRepository, projectService core.ProjectService) *httpController
func NewService ¶
func NewService(statisticsRepository core.StatisticsRepository, componentRepository core.ComponentRepository, assetRiskHistoryRepository core.ArtifactRiskHistoryRepository, dependencyVulnRepository core.DependencyVulnRepository, assetVersionRepository core.AssetVersionRepository, projectRepository core.ProjectRepository, releaseRepository core.ReleaseRepository) *service
Types ¶
type DependencyVulnAggregationState ¶ added in v0.17.0
type DependencyVulnAggregationStateAndChange ¶ added in v0.17.0
type DependencyVulnAggregationStateAndChange struct {
Now DependencyVulnAggregationState `json:"now"`
Was DependencyVulnAggregationState `json:"was"`
}
Click to show internal directories.
Click to hide internal directories.