generate_auto_gateway

Macro generate_auto_gateway 

Source
generate_auto_gateway!() { /* proc-macro */ }
Expand description

Generate dynamic auto-gateway from workspace service discovery

This macro scans the entire workspace for services with #service_impl and #[service_method] annotations and generates a gateway that works with ANY project type.

NO HARDCODING - purely dynamic discovery!

Usage: generate_auto_gateway!();