luaweb

package
v0.0.0-...-212a885 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetInitLua

func SetInitLua(f func(l *lua.LState))

Types

type LuaController

type LuaController struct {
	controller.Controller
}

LuaController 授权相关的操作

func (*LuaController) Check

func (m *LuaController) Check()

Check 检查代码

func (*LuaController) File

func (m *LuaController) File()

File .

func (*LuaController) List

func (m *LuaController) List()

List 列出所有文件

func (*LuaController) Save

func (m *LuaController) Save()

Save 保存代码

func (*LuaController) Test

func (m *LuaController) Test()

Test 测试代码

type Tree

type Tree struct {
	ID       string  `json:"id"`
	Label    string  `json:"label"`
	Icon     string  `json:"icon"`
	Children []*Tree `json:"children"`
}

Tree 标签

Jump to

Keyboard shortcuts

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