add grpc support
This commit is contained in:
@ -24,8 +24,10 @@ type App struct {
|
||||
}
|
||||
|
||||
type AppGRPC struct {
|
||||
Services []*GRPCService
|
||||
GRPCOpts []grpc.ServerOption
|
||||
Services []*GRPCService
|
||||
UnaryInterceptors []grpc.UnaryServerInterceptor
|
||||
StreamInterceptors []grpc.StreamServerInterceptor
|
||||
GRPCOpts []grpc.ServerOption
|
||||
}
|
||||
|
||||
type GRPCService struct {
|
||||
|
Reference in New Issue
Block a user