implemented most of the Repository interface Entity methods #196
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.
|