8 lines
94 B
Go
8 lines
94 B
Go
package grpc
|
|
|
|
import "go.uber.org/fx"
|
|
|
|
var Module = fx.Options(
|
|
fx.Provide(NewGrpcServer),
|
|
)
|