GolangAppHostingExtension
Class static net10.0
Provides extension methods for adding Golang applications to an
Hosting.IDistributedApplicationBuilder. namespace Aspire.Hosting;
public static class GolangAppHostingExtension{ // ...}Methods3
Section titled MethodsAddGolangApp(IDistributedApplicationBuilder, string, string, string[])extensionobsoleteIResourceBuilder<GolangAppExecutableResource> Adds a Golang application to the application model. Executes the executable Golang app.
AddGolangApp(IDistributedApplicationBuilder, string, string, string[]?, string[]?)extensionIResourceBuilder<GolangAppExecutableResource> Adds a Golang application to the application model. Executes the executable Golang app.
AddGolangApp(IDistributedApplicationBuilder, string, string, string, string[]?, string[]?)extensionIResourceBuilder<GolangAppExecutableResource> Adds a Golang application to the application model. Executes the executable Golang app.