MCPcopy
hub / github.com/micro/go-micro / ServerService

Interface ServerService

server/proto/server.pb.micro.go:36–39  ·  view source on GitHub ↗

Client API for Server service

Source from the content-addressed store, hash-verified

34// Client API for Server service
35
36type ServerService interface {
37 Handle(ctx context.Context, in *HandleRequest, opts ...client.CallOption) (*HandleResponse, error)
38 Subscribe(ctx context.Context, in *SubscribeRequest, opts ...client.CallOption) (*SubscribeResponse, error)
39}
40
41type serverService struct {
42 c client.Client

Callers

nothing calls this directly

Implementers 6

routerserver/rpc_router.go
rpcServerserver/rpc_server.go
serverServiceserver/proto/server.pb.micro.go
serverHandlerserver/proto/server.pb.micro.go
grpcServerserver/grpc/grpc.go
MockServerserver/mock/mock.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…