Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darjun/go-daily-lib
/ ICrawler
Interface
ICrawler
testify/mock/mock.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
type
ICrawler
interface
{
16
GetUserList() ([]*User, error)
17
}
18
19
type
MyCrawler
struct
{
20
url string
Callers
1
GetAndPrintUsers
Function · 0.65
Implementers
2
MyCrawler
testify/mock/mock.go
MockCrawler
testify/mock/mock_test.go
Calls
no outgoing calls
Tested by
no test coverage detected