Skip to content
Docs Try Aspire

GolangAppExecutableResource Constructors

Class Constructors 1 member
A resource that represents a Golang application.
A resource that represents a Golang application.
public class GolangAppExecutableResource
{
public GolangAppExecutableResource(
string name,
string workingDirectory)
{
// ...
}
}
name string The name of the resource.
workingDirectory string The working directory to use for the command.