Source File
index.go
Belonging Package
github.com/limanmys/render-engine/internal/constants
package constants
import (
)
const (
LIMAN_PATH = "/liman"
CORE_PATH = LIMAN_PATH + "/server"
EXEC_RUNNER = "/bin/bash"
EXTENSIONS_PATH = LIMAN_PATH + "/extensions"
FUNCTIONS_FILE_PATH = "/views/functions.php"
EXTENSION_PUBLIC_PATH = "%s/eklenti/%s/public/"
NAVIGATION_ROUTE = "/l/%s/%s"
SANDBOX_PATH = LIMAN_PATH + "/sandbox/php/index.php"
KEYS_PATH = LIMAN_PATH + "/keys"
CERT_PATH = LIMAN_PATH + "/certs"
)
var (
location, _ = time.LoadLocation("Europe/Istanbul")
GLOBAL_SCHEDULER = gocron.NewScheduler(location)
)
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |