Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWS ¶
type AWS struct {
AWSID uint32 `gorm:"column:aws_id"`
Name string
ProjectID uint32
AWSAccountID string `gorm:"column:aws_account_id"`
CreatedAt time.Time
UpdatedAt time.Time
}
AWS entity
type AWSDataSource ¶
type AWSDataSource struct {
AWSDataSourceID uint32 `gorm:"column:aws_data_source_id"`
DataSource string
MaxScore float32
CreatedAt time.Time
UpdatedAt time.Time
}
AWSDataSource entity
type AWSRelDataSource ¶
type AWSRelDataSource struct {
AWSID uint32 `gorm:"column:aws_id"`
AWSDataSourceID uint32 `gorm:"column:aws_data_source_id"`
ProjectID uint32
AssumeRoleArn string
ExternalID string
Status string
StatusDetail string
ScanAt time.Time
CreatedAt time.Time
UpdatedAt time.Time
}
AWSRelDataSource entity
Click to show internal directories.
Click to hide internal directories.