Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Osint ¶
type Osint struct {
OsintID uint32 `gorm:"primary_key"`
ProjectID uint32
ResourceType string
ResourceName string
CreatedAt time.Time
UpdatedAt time.Time
}
Osint entity
type OsintDataSource ¶
type OsintDataSource struct {
OsintDataSourceID uint32 `gorm:"primary_key"`
Name string
Description string
MaxScore float32
CreatedAt time.Time
UpdatedAt time.Time
}
OsintDataSource entity
type OsintDetectWord ¶
type OsintDetectWord struct {
OsintDetectWordID uint32 `gorm:"primary_key"`
RelOsintDataSourceID uint32
Word string
ProjectID uint32
CreatedAt time.Time
UpdatedAt time.Time
}
OsintDetectWord entity
type OsintRelatedResource ¶
type OsintRelatedResource struct {
OsintResourceID uint32
RelatedResourceName string
RelatedResourceType string
ScanAt time.Time
}
OsintRelatedResource entity
Click to show internal directories.
Click to hide internal directories.