Documentation
¶
Index ¶
- Constants
- Variables
- func CmdArrayToLua(l *lua.LState, list []CommandInfo) lua.LValue
- func DoMigrationIfNeeded(externalpluginspath string) error
- func RunScript(input ScriptRunerInput)
- func StringArrayEquals(a []Dependsoninfo, b []Dependsoninfo) bool
- type CommandInfo
- type Config
- type Dependsoninfo
- type EnumFlag
- type Flag
- type InputFile
- type Loadedplugin
- type LockFileFormat
- type MasterPluginsFileFormat
- type PluginRef
- type PreBuildContext
- type ScriptRunerInput
Constants ¶
View Source
const LUAHOMEDir = "~/"
View Source
const LuaiNSTALLdIR = "/"
Variables ¶
View Source
var InternalFiles embed.FS
Functions ¶
func CmdArrayToLua ¶
func CmdArrayToLua(l *lua.LState, list []CommandInfo) lua.LValue
func DoMigrationIfNeeded ¶
func RunScript ¶
func RunScript(input ScriptRunerInput)
func StringArrayEquals ¶
func StringArrayEquals(a []Dependsoninfo, b []Dependsoninfo) bool
Types ¶
type CommandInfo ¶
type CommandInfo struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func FindConfigWithFlag ¶
func FindConfigWithFlag(context *PreBuildContext, flags []Dependsoninfo, flag string, value string) (*Config, bool)
type Dependsoninfo ¶
type Dependsoninfo struct {
// contains filtered or unexported fields
}
type Loadedplugin ¶
type Loadedplugin struct {
// contains filtered or unexported fields
}
type LockFileFormat ¶
type MasterPluginsFileFormat ¶
type MasterPluginsFileFormat struct {
Version int `json:"Version"`
}
type PreBuildContext ¶
type PreBuildContext struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.