Versions in this module Expand all Collapse all v0 v0.6.0 Nov 8, 2023 Changes in this version + type ServerImpl struct + BackendClient *backendclient.BackendClient + func CreateServer(client *backendclient.BackendClient) *ServerImpl + func (s *ServerImpl) GetDashboardFindingsImpact(ctx echo.Context) error + func (s *ServerImpl) GetDashboardFindingsTrends(ctx echo.Context, params models.GetDashboardFindingsTrendsParams) error + func (s *ServerImpl) GetDashboardRiskiestAssets(ctx echo.Context) error + func (s *ServerImpl) GetDashboardRiskiestRegions(ctx echo.Context) error + func (s *ServerImpl) StartBackgroundProcessing(ctx context.Context)