Documentation ¶
Index ¶
- type OsintService
- func (o *OsintService) DeleteOsint(ctx context.Context, req *osint.DeleteOsintRequest) (*empty.Empty, error)
- func (o *OsintService) DeleteOsintDataSource(ctx context.Context, req *osint.DeleteOsintDataSourceRequest) (*empty.Empty, error)
- func (o *OsintService) DeleteOsintDetectWord(ctx context.Context, req *osint.DeleteOsintDetectWordRequest) (*empty.Empty, error)
- func (o *OsintService) DeleteRelOsintDataSource(ctx context.Context, req *osint.DeleteRelOsintDataSourceRequest) (*empty.Empty, error)
- func (o *OsintService) GetOsint(ctx context.Context, req *osint.GetOsintRequest) (*osint.GetOsintResponse, error)
- func (o *OsintService) GetOsintDataSource(ctx context.Context, req *osint.GetOsintDataSourceRequest) (*osint.GetOsintDataSourceResponse, error)
- func (o *OsintService) GetOsintDetectWord(ctx context.Context, req *osint.GetOsintDetectWordRequest) (*osint.GetOsintDetectWordResponse, error)
- func (o *OsintService) GetRelOsintDataSource(ctx context.Context, req *osint.GetRelOsintDataSourceRequest) (*osint.GetRelOsintDataSourceResponse, error)
- func (o *OsintService) InvokeScan(ctx context.Context, req *osint.InvokeScanRequest) (*osint.InvokeScanResponse, error)
- func (o *OsintService) InvokeScanAll(ctx context.Context, req *osint.InvokeScanAllRequest) (*empty.Empty, error)
- func (o *OsintService) ListOsint(ctx context.Context, req *osint.ListOsintRequest) (*osint.ListOsintResponse, error)
- func (o *OsintService) ListOsintDataSource(ctx context.Context, req *osint.ListOsintDataSourceRequest) (*osint.ListOsintDataSourceResponse, error)
- func (o *OsintService) ListOsintDetectWord(ctx context.Context, req *osint.ListOsintDetectWordRequest) (*osint.ListOsintDetectWordResponse, error)
- func (o *OsintService) ListRelOsintDataSource(ctx context.Context, req *osint.ListRelOsintDataSourceRequest) (*osint.ListRelOsintDataSourceResponse, error)
- func (o *OsintService) PutOsint(ctx context.Context, req *osint.PutOsintRequest) (*osint.PutOsintResponse, error)
- func (o *OsintService) PutOsintDataSource(ctx context.Context, req *osint.PutOsintDataSourceRequest) (*osint.PutOsintDataSourceResponse, error)
- func (o *OsintService) PutOsintDetectWord(ctx context.Context, req *osint.PutOsintDetectWordRequest) (*osint.PutOsintDetectWordResponse, error)
- func (o *OsintService) PutRelOsintDataSource(ctx context.Context, req *osint.PutRelOsintDataSourceRequest) (*osint.PutRelOsintDataSourceResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OsintService ¶
type OsintService struct {
// contains filtered or unexported fields
}
func NewOsintService ¶
func NewOsintService(repo db.OSINTRepoInterface, q *queue.Client, pj project.ProjectServiceClient, l logging.Logger) *OsintService
func (*OsintService) DeleteOsint ¶
func (o *OsintService) DeleteOsint(ctx context.Context, req *osint.DeleteOsintRequest) (*empty.Empty, error)
func (*OsintService) DeleteOsintDataSource ¶
func (o *OsintService) DeleteOsintDataSource(ctx context.Context, req *osint.DeleteOsintDataSourceRequest) (*empty.Empty, error)
func (*OsintService) DeleteOsintDetectWord ¶
func (o *OsintService) DeleteOsintDetectWord(ctx context.Context, req *osint.DeleteOsintDetectWordRequest) (*empty.Empty, error)
func (*OsintService) DeleteRelOsintDataSource ¶
func (o *OsintService) DeleteRelOsintDataSource(ctx context.Context, req *osint.DeleteRelOsintDataSourceRequest) (*empty.Empty, error)
func (*OsintService) GetOsint ¶
func (o *OsintService) GetOsint(ctx context.Context, req *osint.GetOsintRequest) (*osint.GetOsintResponse, error)
func (*OsintService) GetOsintDataSource ¶
func (o *OsintService) GetOsintDataSource(ctx context.Context, req *osint.GetOsintDataSourceRequest) (*osint.GetOsintDataSourceResponse, error)
func (*OsintService) GetOsintDetectWord ¶
func (o *OsintService) GetOsintDetectWord(ctx context.Context, req *osint.GetOsintDetectWordRequest) (*osint.GetOsintDetectWordResponse, error)
func (*OsintService) GetRelOsintDataSource ¶
func (o *OsintService) GetRelOsintDataSource(ctx context.Context, req *osint.GetRelOsintDataSourceRequest) (*osint.GetRelOsintDataSourceResponse, error)
func (*OsintService) InvokeScan ¶
func (o *OsintService) InvokeScan(ctx context.Context, req *osint.InvokeScanRequest) (*osint.InvokeScanResponse, error)
func (*OsintService) InvokeScanAll ¶
func (o *OsintService) InvokeScanAll(ctx context.Context, req *osint.InvokeScanAllRequest) (*empty.Empty, error)
func (*OsintService) ListOsint ¶
func (o *OsintService) ListOsint(ctx context.Context, req *osint.ListOsintRequest) (*osint.ListOsintResponse, error)
func (*OsintService) ListOsintDataSource ¶
func (o *OsintService) ListOsintDataSource(ctx context.Context, req *osint.ListOsintDataSourceRequest) (*osint.ListOsintDataSourceResponse, error)
func (*OsintService) ListOsintDetectWord ¶
func (o *OsintService) ListOsintDetectWord(ctx context.Context, req *osint.ListOsintDetectWordRequest) (*osint.ListOsintDetectWordResponse, error)
func (*OsintService) ListRelOsintDataSource ¶
func (o *OsintService) ListRelOsintDataSource(ctx context.Context, req *osint.ListRelOsintDataSourceRequest) (*osint.ListRelOsintDataSourceResponse, error)
func (*OsintService) PutOsint ¶
func (o *OsintService) PutOsint(ctx context.Context, req *osint.PutOsintRequest) (*osint.PutOsintResponse, error)
func (*OsintService) PutOsintDataSource ¶
func (o *OsintService) PutOsintDataSource(ctx context.Context, req *osint.PutOsintDataSourceRequest) (*osint.PutOsintDataSourceResponse, error)
func (*OsintService) PutOsintDetectWord ¶
func (o *OsintService) PutOsintDetectWord(ctx context.Context, req *osint.PutOsintDetectWordRequest) (*osint.PutOsintDetectWordResponse, error)
func (*OsintService) PutRelOsintDataSource ¶
func (o *OsintService) PutRelOsintDataSource(ctx context.Context, req *osint.PutRelOsintDataSourceRequest) (*osint.PutRelOsintDataSourceResponse, error)
Click to show internal directories.
Click to hide internal directories.