MCPcopy
hub / github.com/betty200744/ultimate-go / Index

Interface Index

mock/user/user.go:4–8  ·  view source on GitHub ↗

go:generate mockgen -source=user.go -destination=./mock/mock.go

Source from the content-addressed store, hash-verified

2
3//go:generate mockgen -source=user.go -destination=./mock/mock.go
4type Index interface {
5 Get(key string) interface{}
6 GetTwo(key1, key2 string) (v1, v2 interface{})
7 Put(key string, value interface{})
8}

Callers 11

PrintTagsFunction · 0.65
DepopulateFunction · 0.65
greeterHandleFunction · 0.65
GetFunction · 0.65
GetImageFunction · 0.65
DownloadFunction · 0.65
Test_Get_2Function · 0.65
Test_ReadAllFunction · 0.65
TestIndexFunction · 0.65
LogFunction · 0.65
mainFunction · 0.65

Implementers 2

MockIndexmock/user/mock/mock.go
MockIndexMockRecordermock/user/mock/mock.go

Calls

no outgoing calls

Tested by

no test coverage detected