mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 07:12:26 +00:00
um add modernc/sqlite
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-fields, missing-return
|
||||
---@alias AnyTable table<string, any>
|
||||
|
||||
---@type AnyTable
|
||||
@@ -8,4 +9,16 @@ In = {
|
||||
---@type AnyTable
|
||||
Out = {
|
||||
Result = {},
|
||||
}
|
||||
}
|
||||
|
||||
---@class Log
|
||||
---@field Info fun(msg: string)
|
||||
---@field Debug fun(msg: string)
|
||||
---@field Error fun(msg: string)
|
||||
---@field Warn fun(msg: string)
|
||||
---@field Event fun(msg: string)
|
||||
---@field EventError fun(msg: string)
|
||||
---@field EventWarn fun(msg: string)
|
||||
|
||||
---@type Log
|
||||
Log = {}
|
||||
Reference in New Issue
Block a user