module Interop.Server.TestService.EmptyCall (handle) where import Network.GRPC.Common.Protobuf import Proto.API.Interop -- | Handle @TestService.EmptyCall@ -- -- handle :: Proto Empty -> IO (Proto Empty) handle _ = return defMessage