Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateBucketName ¶
func ValidateStageName ¶
Types ¶
type CliCommands ¶
type Config ¶
type Config struct {
ProjectName string `json:"projectName"`
GoModName string `json:"goModuleName"`
TailwindBinary string `json:"tailwindBinary,omitempty"`
WasmBinary string `json:"wasmBinary,omitempty"`
WasmTinyGoVersion string `json:"wasmTinyGoVersion,omitempty"`
OptimizeImages struct {
LowResolutionRate int `json:"lowResolutionRate"`
} `json:"optimizeImages"`
Deploy *DeployConfig `json:"deploy"`
}
type DeployConfig ¶
type EnvVariables ¶
type GothicCli ¶
type GothicCli struct {
Runtime string
Templates helpers.TemplateHelper
Tailwind helpers.TailwindHelper
Templ helpers.TemplHelper
Logger *slog.Logger
AwsSam helpers.AwsSamHelper
AWS helpers.AwsHelper
FileBasedRouter routes.FileBasedRouteHelper
Proxy proxy.ProxyHelper
Wasm wasmhelper.WasmHelper
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.