batazor/go-auth

View on GitHub
grpc/server/server.go

Summary

Maintainability
A
0 mins
Test Coverage

don't use ALL_CAPS in Go names; use CamelCase
Open

    API_MAIL_ADDRESS := utils.Getenv("API_MAIL_ADDRESS", "localhost:50051")
Severity: Minor
Found in grpc/server/server.go by golint

exported var GrpcClient should have comment or be unexported
Open

    GrpcClient *grpc.ClientConn
Severity: Minor
Found in grpc/server/server.go by golint

exported function GetConnClient should have comment or be unexported
Open

func GetConnClient() *grpc.ClientConn {
Severity: Minor
Found in grpc/server/server.go by golint

There are no issues that match your filters.

Category
Status