Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ROOT_DIR, _ = utils.GetRootDir()
FRONTEND_DIR = filepath.Join(ROOT_DIR, "/frontend")
MOBILE_DIR = filepath.Join(FRONTEND_DIR, "/mobile")
DASHBOARD_DIR = filepath.Join(FRONTEND_DIR, "/dashboard")
LIB_DIR = filepath.Join(FRONTEND_DIR, "/lib")
WEB_DIR = filepath.Join(FRONTEND_DIR, "/web")
BACKEND_DIR = filepath.Join(ROOT_DIR, "/backend")
CLI_DIR = filepath.Join(ROOT_DIR, "/cli")
CONFIG_FILE = filepath.Join(ROOT_DIR, "/config/.env.template")
MIGRATIONS = filepath.Join(BACKEND_DIR, "/migrations")
MOCK_FILE = filepath.Join(BACKEND_DIR, "/mock/data.sql")
)
View Source
var ( FRONTEND_RUN_TARGETS = []string{"web", "mobile", "dashboard"} FRONTEND_CI_TARGETS = []string{"web", "mobile", "dashboard", "lib"} )
View Source
var TARGET_DIRS = map[string]string{ "web": WEB_DIR, "mobile": MOBILE_DIR, "dashboard": DASHBOARD_DIR, "lib": LIB_DIR, }
Functions ¶
func CleanTestDBs ¶
func CleanTestDBs() error
func RestartRedis ¶
func RestartRedis() error
func RunBackend ¶
func RunBackend() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.