refactor: fix type annotations for adapters
This commit is contained in:
parent
ff62fc28cd
commit
866085407f
7 changed files with 30 additions and 39 deletions
|
|
@ -9,9 +9,9 @@ end
|
|||
|
||||
---@param url string
|
||||
---@param column_defs string[]
|
||||
---@param cb fun(err: nil|string, entries: nil|oil.InternalEntry[])
|
||||
---@param cb fun(err?: string, fetch_more?: fun())
|
||||
M.list = function(url, column_defs, cb)
|
||||
cb(nil, cache.list_url(url))
|
||||
cb()
|
||||
end
|
||||
|
||||
---@param name string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue