Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/answer
/ UserActive
Method
UserActive
internal/service/activity/user_active.go:26–26 ·
view source on GitHub ↗
(ctx context.Context, userID string)
Source
from the content-addressed store, hash-verified
24
// UserActiveActivityRepo interface
25
type
UserActiveActivityRepo
interface
{
26
UserActive(ctx context.Context, userID string) (err error)
27
}
Callers
5
activeUser
Method · 0.65
activeUser
Method · 0.65
UpdateUserStatus
Method · 0.65
UserVerifyEmail
Method · 0.65
UserChangeEmailVerify
Method · 0.65
Implementers
1
UserActiveActivityRepo
internal/repo/activity/user_active_rep
Calls
no outgoing calls
Tested by
no test coverage detected