Documentation ¶
Index ¶
Constants ¶
View Source
const ( CoreImg = "ghcr.io/funlessdev/core:latest" WorkerImg = "ghcr.io/funlessdev/worker:latest" LocalLogsPath = "funless-logs" DefaultTemplateRepository = "https://github.com/funlessdev/fl-templates.git" ConfigDir = ".fl" )
Variables ¶
View Source
var SupportedLanguages = map[string]Language{ "js": { Name: "Javascript", BuilderImage: "ghcr.io/funlessdev/fl-js-builder:latest", Extensions: []string{".js"}, MustContainFiles: []string{"package.json"}, }, "rust": { Name: "Rust", BuilderImage: "ghcr.io/funlessdev/fl-rust-builder:latest", Extensions: []string{".rs"}, MustContainFiles: []string{"Cargo.toml"}, }, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.