MCPcopy 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

5type ListInterface interface {
6 // Init 初始化
7 Init() error
8
9 // Reset 重置数据
10 Reset() error

Callers 1

InitMethod · 0.95

Implementers 3

MemoryListinternal/caches/list_memory.go
KVFileListinternal/caches/list_file_kv.go
SQLiteFileListinternal/caches/list_file_sqlite.go

Calls

no outgoing calls

Tested by

no test coverage detected