Merge pull request #54 from attestantio/update-dependencies #208
Annotations
10 errors
lint:
services/api/grpc/handlers/receiver/abort.go#L34
avoid direct access to proto field req.Account, use req.GetAccount() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/commit.go#L33
avoid direct access to proto field req.Account, use req.GetAccount() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/contribute.go#L33
avoid direct access to proto field req.Account, use req.GetAccount() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/contribute.go#L36
avoid direct access to proto field req.Secret, use req.GetSecret() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/contribute.go#L40
avoid direct access to proto field req.VerificationVector, use req.GetVerificationVector() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/contribute.go#L41
avoid direct access to proto field req.VerificationVector, use req.GetVerificationVector() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/prepare.go#L36
avoid direct access to proto field req.Participants, use req.GetParticipants() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/prepare.go#L37
avoid direct access to proto field req.Participants, use req.GetParticipants() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/prepare.go#L39
avoid direct access to proto field participant.Id, use participant.GetId() instead (protogetter)
|
lint:
services/api/grpc/handlers/receiver/prepare.go#L40
avoid direct access to proto field participant.Name, use participant.GetName() instead (protogetter)
|