Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runnable ¶
type Runnable struct {
Endpoint string
RegisterGRPCService func(server *grpc.Server)
GRPCServer *grpc.Server
}
Runnable implements a grpc server as a runnable service.
func (*Runnable) Run ¶
func (s *Runnable) Run(m *runmanager.RunManager)
Run runs the grpc service on top of the given run manager.
Source Files
¶
- rungrpc.go
Click to show internal directories.
Click to hide internal directories.