Skip to content

Commit

Permalink
no gocyclo on register services
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <[email protected]>
  • Loading branch information
ryancragun committed Nov 7, 2019
1 parent e81c34b commit b03ec1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/automate-gateway/gateway/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ type DeploymentStatus struct {
}

// RegisterGRPCServices registers all grpc services in the passed *grpc.Server
// nolint: gocyclo
func (s *Server) RegisterGRPCServices(grpcServer *grpc.Server) error {
clients := s.clientsFactory

Expand Down

0 comments on commit b03ec1a

Please sign in to comment.