MCPcopy
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
15type ICrawler interface {
16 GetUserList() ([]*User, error)
17}
18
19type MyCrawler struct {
20 url string

Callers 1

GetAndPrintUsersFunction · 0.65

Implementers 2

MyCrawlertestify/mock/mock.go
MockCrawlertestify/mock/mock_test.go

Calls

no outgoing calls

Tested by

no test coverage detected