Skip to content

[feat]Basic Infra for node/storage #9

[feat]Basic Infra for node/storage

[feat]Basic Infra for node/storage #9

Triggered via pull request April 23, 2024 14:52
Status Failure
Total duration 31s
Artifacts

codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: internal/community/storage/member.go#L56
invalid operation: publicKey == nil (mismatched types string and untyped nil)
build: internal/community/storage/member.go#L59
invalid operation: privateKey == nil (mismatched types string and untyped nil)
build: internal/community/storage/member.go#L62
invalid operation: rpcAddress == nil (mismatched types string and untyped nil)
build: internal/community/storage/member.go#L62
invalid operation: rpcPort == nil (mismatched types int and untyped nil)
build: internal/community/storage/member.go#L68
invalid operation: publicKey != nil (mismatched types string and untyped nil)
build: internal/community/storage/member.go#L69
invalid operation: cannot indirect publicKey (variable of type string)
build: internal/community/storage/member.go#L74
cannot use privateKey (variable of type string) as *string value in struct literal
build: internal/community/storage/member.go#L76
invalid operation: rpcAddress != nil (mismatched types string and untyped nil)
build: internal/community/storage/member.go#L77
invalid operation: cannot indirect rpcAddress (variable of type string)
build: internal/community/storage/member.go#L83
invalid operation: rpcPort != nil (mismatched types int and untyped nil)