Documentation ¶
Index ¶
- Constants
- type DataSourceService
- func (d *DataSourceService) AnalyzeAttackFlow(ctx context.Context, req *datasource.AnalyzeAttackFlowRequest) (*datasource.AnalyzeAttackFlowResponse, error)
- func (d *DataSourceService) CleanDataSource(ctx context.Context, _ *empty.Empty) (*empty.Empty, error)
- func (d *DataSourceService) NotifyScanError(ctx context.Context, _ *empty.Empty) (*empty.Empty, error)
- type ScanErrors
Constants ¶
View Source
const ( LOCALE_JA = "ja" LOCALE_EN = "en" DEFAULT_LOCALE = LOCALE_EN MESSAGE_JA = `` /* 554-byte string literal not displayed */ MESSAGE_EN = `` /* 456-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSourceService ¶
type DataSourceService struct {
// contains filtered or unexported fields
}
func NewDataSourceService ¶
func NewDataSourceService( dbClient dsDBClient, alertClient alert.AlertServiceClient, gcpClient gcpsvc.GcpServiceClient, slackClient *slack.Client, url, defaultLocale string, l logging.Logger, ) *DataSourceService
func (*DataSourceService) AnalyzeAttackFlow ¶ added in v0.9.0
func (d *DataSourceService) AnalyzeAttackFlow(ctx context.Context, req *datasource.AnalyzeAttackFlowRequest) ( *datasource.AnalyzeAttackFlowResponse, error, )
func (*DataSourceService) CleanDataSource ¶
func (*DataSourceService) NotifyScanError ¶ added in v0.9.0
type ScanErrors ¶ added in v0.9.0
type ScanErrors struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.