Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UESTCByteDance/ByteRhythm
/ userService
Struct
userService
idl/user/userPb/userService.pb.micro.go:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
type
userService
struct
{
45
c client.Client
46
name string
47
}
48
49
func
NewUserService(name string, c client.Client) UserService {
50
return
&userService{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected