[feat]Basic Infra for node/storage #10
Annotations
10 errors
build:
internal/community/storage/member_test.go#L20
cannot use &ptr (value of type *string) as string value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L20
cannot use &prtN (value of type *int) as int value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L20
cannot use 1 (untyped int constant) as *int value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L21
cannot use &ptr (value of type *string) as string value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L21
cannot use &prtN (value of type *int) as int value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L21
cannot use 2 (untyped int constant) as *int value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L35
cannot use &ptr (value of type *string) as string value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L35
cannot use &prtN (value of type *int) as int value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L35
cannot use 1 (untyped int constant) as *int value in argument to UpsertMember
|
build:
internal/community/storage/member_test.go#L37
cannot use &ptr (value of type *string) as string value in argument to UpsertMember
|