Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoSimplicity/LinkMe
/ MockUserRepository
Interface
MockUserRepository
internal/mock/user.go:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
MockUserRepository
interface
{
16
MockUser() error
17
}
18
19
type
mockUserRepository
struct
{
20
db *gorm.DB
Callers
nothing calls this directly
Implementers
1
mockUserRepository
internal/mock/user.go
Calls
no outgoing calls
Tested by
no test coverage detected