Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Init
Method
Init
internal/caches/list_interface.go:7–7 ·
view source on GitHub ↗
Init 初始化
()
Source
from the content-addressed store, hash-verified
5
type
ListInterface
interface
{
6
// Init 初始化
7
Init() error
8
9
// Reset 重置数据
10
Reset() error
Callers
1
Init
Method · 0.95
Implementers
3
MemoryList
internal/caches/list_memory.go
KVFileList
internal/caches/list_file_kv.go
SQLiteFileList
internal/caches/list_file_sqlite.go
Calls
no outgoing calls
Tested by
no test coverage detected