apps

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadAppsConfig

func LoadAppsConfig(appsDir string) ([]string, error)

func SetupApp

func SetupApp(ctx context.Context, appsDir string, appName string, schemaService *services.SchemaService, dao relationdbdao.IPrimaryDao) error

func SetupAppTestData

func SetupAppTestData(ctx context.Context, appsDir string, appName string, entityService services.IEntityService) error

Types

type AppsConfig

type AppsConfig struct {
	EnabledApps []string `json:"enabled_apps"`
}

type TestDataEntry

type TestDataEntry struct {
	Entity   string
	Ref      string
	Data     map[string]interface{}
	Children map[string][]map[string]interface{}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL