updates #192
Annotations
9 errors
integration:
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 CreateAsset)
|
integration
Process completed with exit code 1.
|
lint:
repository/repository.go#L1
: # github.com/owasp-amass/asset-db/repository
|
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 CreateAsset) (typecheck)
|
lint:
db.go#L15
could not import github.com/owasp-amass/asset-db/repository (-: # github.com/owasp-amass/asset-db/repository
|
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 CreateAsset)) (typecheck)
|
lint:
cache/cache.go#L10
could not import github.com/owasp-amass/asset-db/repository (-: # github.com/owasp-amass/asset-db/repository
|
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 CreateAsset)) (typecheck)
|
lint
issues found
|