Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunGrpcServer ¶ added in v0.8.3
func RunGrpcServer(s *GrpcServer)
RunGrpcServer is the entry point for the GRPC server.
Types ¶
type GrpcServer ¶ added in v0.8.3
type GrpcServer struct { shutdown.UnimplementedShutdownServiceServer App *fiber.App Log *zerolog.Logger Config *cfg.GrpcConfig }
func (*GrpcServer) SendShutdown ¶ added in v0.8.3
func (s *GrpcServer) SendShutdown(ctx context.Context, req *shutdown.ShutdownRequest) (*shutdown.ShutdownResponse, error)
Click to show internal directories.
Click to hide internal directories.