//
pkg.gl
Category
github.com/owasp-amass/asset-db
repository
package
0.8.1
Repository:
https://github.com/owasp-amass/asset-db.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
25
Dependents
2
Files
793 SLOC
#
Functions
New
New creates a new instance of the asset database repository.
#
Constants
Postgres
Postgres represents the PostgreSQL database type.
SQLite
SQLite represents the SQLite database type.
#
Structs
Asset
Asset represents an asset stored in the database.
Relation
Relation represents a relationship between two assets stored in the database.
#
Interfaces
Repository
Repository defines the methods for interacting with the asset database.
#
Type aliases
DBType
DBType represents the type of the database.