feat(identifier): add create and get identifier #38
Annotations
10 errors and 1 warning
lint:
services/identifier/identifier_service.go#L17
importShadow: shadow of imported from 'github.com/dezh-tech/panda/services/domain' package 'domainService' (gocritic)
|
lint:
deliveries/http/handlers/identifier/identifier_get_all_by_pubkey.go#L33
rangeValCopy: each iteration copies 152 bytes (consider pointers or indexing) (gocritic)
|
lint:
deliveries/http/http_server.go#L34
hugeParam: s is heavy (112 bytes); consider passing it by pointer (gocritic)
|
lint:
deliveries/http/http_server.go#L45
hugeParam: s is heavy (112 bytes); consider passing it by pointer (gocritic)
|
lint:
deliveries/http/http_server.go#L21
importShadow: shadow of imported from 'github.com/dezh-tech/panda/services/domain' package 'domainService' (gocritic)
|
lint:
services/domain/domain_get.go#L28
receiver-naming: receiver name s should be consistent with previous receiver name d for Domain (revive)
|
lint:
services/user/user_get.go#L28
receiver-naming: receiver name s should be consistent with previous receiver name u for User (revive)
|
lint:
services/identifier/identifier_get.go#L28
receiver-naming: receiver name s should be consistent with previous receiver name d for Identifier (revive)
|
lint:
deliveries/http/handlers/user/user_request.go#L4
tag is not aligned , should be: json:"pubKey" validate:"required" (tagalign)
|
lint:
deliveries/http/handlers/identifier/identifier_request.go#L4
tag is not aligned, should be: json:"domain_id" validate:"required" (tagalign)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|