Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindFilter ¶
type Repository ¶
type Repository interface {
Replace(ctx context.Context, cve []CVE) error
Find(ctx context.Context, filter *FindFilter) ([]CVE, error)
}
func NewCVERepo ¶
func NewCVERepo(db *sqlx.DB) Repository
Click to show internal directories.
Click to hide internal directories.