LLKennedy/httpgrpc

View on GitHub
proxy/proxystream.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Server.ProxyStream has 5 return statements (exceeds 4 allowed).
Open

func (s *Server) ProxyStream(srv httpapi.ExposedService_ProxyStreamServer) (err error) {
    wrapErr := func(code codes.Code, err error) error {
        if err == nil {
            return nil
        }
Severity: Major
Found in proxy/proxystream.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status