Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/micro/go-micro
/ serverService
Struct
serverService
server/proto/server.pb.micro.go:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
type
serverService
struct
{
42
c client.Client
43
name string
44
}
45
46
func
NewServerService(name string, c client.Client) ServerService {
47
return
&serverService{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected