Versions in this module Expand all Collapse all v0 v0.0.2 May 16, 2025 v0.0.1 May 6, 2025 Changes in this version + func MustRegister(app core.App, config Config) + func Register(app core.App, config Config) error + type Config struct + HooksDir string + HooksFilesPattern string + HooksPoolSize int + HooksWatch bool + MigrationsDir string + MigrationsFilesPattern string + OnInit func(vm *goja.Runtime) + TypesDir string + type FieldMapper struct + func (u FieldMapper) FieldName(_ reflect.Type, f reflect.StructField) string + func (u FieldMapper) MethodName(_ reflect.Type, m reflect.Method) string + type FormData map[string][]any + func (data FormData) Append(key string, value any) + func (data FormData) Delete(key string) + func (data FormData) Entries() [][]any + func (data FormData) Get(key string) any + func (data FormData) GetAll(key string) []any + func (data FormData) Has(key string) bool + func (data FormData) Keys() []string + func (data FormData) Set(key string, value any) + func (data FormData) Values() []any