Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ userService
Struct
userService
micro_agent/proto/user/user.micro.go:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
userService
struct
{
50
c client.Client
51
name string
52
}
53
54
func
NewUserService(name string, c client.Client) UserService {
55
if
c == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected