EndpointSpec constructor
EndpointSpec({
- required String path,
- MeshagentEndpointSpec? meshagent,
- MCPEndpointSpec? mcp,
- Map<
String, String> ? annotations,
Implementation
EndpointSpec({required this.path, this.meshagent, this.mcp, this.annotations});