# Packages
No description provided by the author
# Functions
New returns a kernel.ModuleFactory for the Server kernel.Module.
NewHealthServer returns a new HealthServer.
No description provided by the author
NewWithInterfaces receives the interfaces required to create a Server.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Health settings of the Server.
Server a basic grpc.Server wrapper that allows also can have a basic Health Check functionality.
ServiceHealthCallback definition.
Settings of the Server.
No description provided by the author
# Type aliases
Definitions is a collection that is used to initialize the Server.
HealthCheckCallback the signature of the HealthCheckCallback.
No description provided by the author
No description provided by the author
Registrant is a function callback that receives a cancelFunc and a grpc.Server and should be implemented to add the gRPC services to the grpc.Server.
ServiceDefiner is used to initialise the Server module.