pub type GatewayController = String;
Expand description
GatewayController is the name of a Gateway API controller. It must be a domain prefixed path.
Valid values include:
- “example.com/bar”
Invalid values include:
- “example.com” - must include path
- “foo.example.com” - must include path
Aliased Type§
struct GatewayController { /* private fields */ }