Versions in this module Expand all Collapse all v0 v0.14.0 Jan 2, 2026 Changes in this version + const ContainerName + func GetRuntime(r Runtime) string + func IsDockerAvailable() bool + func IsFalkorDBRunning(port int) bool + func IsFalkorDBRunningIn(runtime Runtime, port int) bool + func IsPodmanAvailable() bool + func StartFalkorDB(runtime Runtime, opts StartOptions) error + type Runtime string + const RuntimeDocker + const RuntimeNone + const RuntimePodman + type StartOptions struct + DataDir string + Detach bool + Port int