Categorygithub.com/guji07/grpc_microservice_starter
modulepackage
0.0.105
Repository: https://github.com/guji07/grpc_microservice_starter.git
Documentation: pkg.go.dev

# README

grpc_microservice_starter

Library for quick start of grpc server + grpc gateway, adapted for current work projects in wb

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
NewGrpcServerStarter - main function of library to use library: create new GrpcServerStarter with Config register your YourController with proto.RegisterYourServiceServer(GrpcServerStarter, YourController), where proto - name of the package with generated code start if err := GrpcServerStarter.Start(ctx, proto.RegisterYourServiceHandlerFromEndpoint); err != nil { serverStarter.Stop(ctx) }.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author