model

package module
v0.0.0-...-e41efbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: MIT Imports: 1 Imported by: 1

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL