Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Dotnet = Language{"dotnet"} // not technically a language, but it fits our naming scheme Go = Language{"go"} //nolint:varnamelen Python = Language{"python"} Languages = enum.New( Dotnet, Go, Python, ) )
View Source
var ( Dotnet8WebAPI = Template{"dotnet8-webapi"} // Dotnet8WebApp = Template{"dotnet8-webapp"}. Dotnet8Worker = Template{"dotnet8-worker"} GoWebAPI = Template{"go-webapi"} PythonWebAPI = Template{"python-webapi"} PythonWorker = Template{"python-worker"} Templates = enum.New( Dotnet8WebAPI, Dotnet8Worker, GoWebAPI, PythonWebAPI, PythonWorker, ) )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.