You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting compilation errors with the latest changes.
...
// RegisterAuthzHandler registers the http handlers for service Authz to "mux".
// The handlers forward requests to the grpc endpoint over "conn".
func RegisterAuthzHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error {
client := NewAuthzClient(conn)
return nil
}
var ()
var ()
...
The text was updated successfully, but these errors were encountered:
c4milo
changed the title
client declared and not used after recent upgrade
client declared and not used compilation error, after recent upgrade
Dec 5, 2016
I'm getting compilation errors with the latest changes.
The text was updated successfully, but these errors were encountered: