Skip to content

implemented most of the Repository interface Entity methods #196

implemented most of the Repository interface Entity methods

implemented most of the Repository interface Entity methods #196

Triggered via push December 17, 2024 02:20
Status Failure
Total duration 1m 13s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors
lint: repository/repository.go#L13
could not import github.com/owasp-amass/asset-db/repository/sqlrepo (-: # github.com/owasp-amass/asset-db/repository/sqlrepo
lint: repository/sqlrepo/edge.go#L41
not enough arguments in call to sql.isDuplicateEdge
lint: repository/sqlrepo/edge.go#L88
not enough arguments in call to sql.edgeSeen
lint: repository/repository.go#L52
cannot use neo4j.New(dbtype, dsn) (value of type *"github.com/owasp-amass/asset-db/repository/neo4j".neoRepository) as Repository value in return statement: *"github.com/owasp-amass/asset-db/repository/neo4j".neoRepository does not implement Repository (missing method CreateEdge) (typecheck)
lint: db.go#L23
could not import github.com/owasp-amass/asset-db/repository/sqlrepo (-: # github.com/owasp-amass/asset-db/repository/sqlrepo
lint: repository/sqlrepo/edge.go#L41
not enough arguments in call to sql.isDuplicateEdge
lint: repository/sqlrepo/edge.go#L88
not enough arguments in call to sql.edgeSeen
lint: db.go#L54
undefined: neo4jdb.Neo4j (typecheck)
lint: cache/cache_test.go#L18
could not import github.com/owasp-amass/asset-db/repository/sqlrepo (-: # github.com/owasp-amass/asset-db/repository/sqlrepo
lint: repository/sqlrepo/edge.go#L41
not enough arguments in call to sql.isDuplicateEdge
integration: repository/sqlrepo/edge.go#L41
not enough arguments in call to sql.isDuplicateEdge
integration: repository/sqlrepo/edge.go#L88
not enough arguments in call to sql.edgeSeen
integration
Process completed with exit code 1.