model

package module
v0.0.0-...-7351b81 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 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 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

type OsintResource

type OsintResource struct {
	OsintResourceID uint32 `gorm:"primary_key"`
	ResourceName    string
	ResourceType    string
	ScanAt          time.Time
	CreatedAt       time.Time
	UpdatedAt       time.Time
}

OsintResource entity

type RelOsintDataSource

type RelOsintDataSource struct {
	RelOsintDataSourceID uint32 `gorm:"primary_key"`
	OsintID              uint32
	OsintDataSourceID    uint32
	ProjectID            uint32
	Status               string
	StatusDetail         string
	ScanAt               time.Time
	CreatedAt            time.Time
	UpdatedAt            time.Time
}

RelOsintDataSource entity

Jump to

Keyboard shortcuts

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