Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcServer ¶
type GrpcServer struct {
// contains filtered or unexported fields
}
GrpcServer represents a gRPC servers
func NewGRPCServer ¶
func NewGRPCServer(cfg *config.Config, coreService *core.Core) *GrpcServer
NewGRPCServer initializes and returns a gRPC servers
func (*GrpcServer) ListenAndServe ¶
func (s *GrpcServer) ListenAndServe() error
ListenAndServe starts the grpc server
Click to show internal directories.
Click to hide internal directories.