Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Timestamp = "0"
Timestamp of FTL binary (set by linker).
View Source
var Version = "dev"
Version of FTL binary (set by linker).
Functions ¶
func IsVersionAtLeastMin ¶ added in v0.173.0
IsVersionAtLeastMin returns true if any of the following are true:
- minVersion is not defined (i.e. is emptystring)
- v or minVersion is not a release version
- v > minVersion when both v and minVersion are release versions
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
backend
|
|
controller/cronjobs/dal
Package dal provides a data abstraction layer for cron jobs
|
Package dal provides a data abstraction layer for cron jobs |
controller/dal
Package dal provides a data abstraction layer for the Controller
|
Package dal provides a data abstraction layer for the Controller |
controller/scheduledtask
Package scheduledtask implements a task scheduler.
|
Package scheduledtask implements a task scheduler. |
controller/sql/migrate
Package migrate supports a dbmate-compatible superset of migration files.
|
Package migrate supports a dbmate-compatible superset of migration files. |
dal
Package dal provides common types and functions for domain-specific DALs.
|
Package dal provides common types and functions for domain-specific DALs. |
runner
Package runner contains a server that implements the RunnerService and proxies VerbService requests to user code.
|
Package runner contains a server that implements the RunnerService and proxies VerbService requests to user code. |
schema/strcase
Package strcase provides programming case conversion functions for strings.
|
Package strcase provides programming case conversion functions for strings. |
Package buildengine provides a framework for building FTL modules.
|
Package buildengine provides a framework for building FTL modules. |
cmd
|
|
ftl-gen-lsp
This program generates hover items for the FTL LSP server.
|
This program generates hover items for the FTL LSP server. |
common
|
|
configuration
Package configuration is the FTL configuration and secret management API.
|
Package configuration is the FTL configuration and secret management API. |
configuration/dal
Package dal provides a data abstraction layer for managing module configurations
|
Package dal provides a data abstraction layer for managing module configurations |
examples
|
|
echo
Module
|
|
online-boutique/services/ad
Module
|
|
time
Module
|
|
compile
Package compile compiles FTL Go module source into a deployable executable.
|
Package compile compiles FTL Go module source into a deployable executable. |
encoding
Package encoding defines the internal encoding that FTL uses to encode and decode messages.
|
Package encoding defines the internal encoding that FTL uses to encode and decode messages. |
ftl/ftltest
Package ftltest contains test utilities for the ftl package.
|
Package ftltest contains test utilities for the ftl package. |
automaxprocs
Package automaxprocs sets GOMAXPROCS to match Linux container CPU quota.
|
Package automaxprocs sets GOMAXPROCS to match Linux container CPU quota. |
goast
Package goast provides a useful visitor for the Go AST.
|
Package goast provides a useful visitor for the Go AST. |
reflect
Package reflect implements the proposal https://go.dev/issue/51520.
|
Package reflect implements the proposal https://go.dev/issue/51520. |
Code generated by 'just lsp-generate'.
|
Code generated by 'just lsp-generate'. |
Click to show internal directories.
Click to hide internal directories.