[feat]Basic Infra for node/storage #9
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)
|