Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2022 Changes in this version + type GrpcServer struct + func NewServer(socketPath string, services ...Service) (*GrpcServer, error) + func (s *GrpcServer) Start() + func (s *GrpcServer) Stop() + type Service interface + RegisterService func(server *grpc.Server)