Moving Pipe formatter to a subfolder
This commit is contained in:
parent
f3dfb62af9
commit
81ddada76b
|
|
@ -3,7 +3,7 @@ using System.IO;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace SocialWeather
|
namespace SocialWeather.Pipe
|
||||||
{
|
{
|
||||||
public class PipeWeatherStreamFormatter : IStreamFormatter<WeatherReport>
|
public class PipeWeatherStreamFormatter : IStreamFormatter<WeatherReport>
|
||||||
{
|
{
|
||||||
|
|
@ -3,6 +3,7 @@ using Microsoft.AspNetCore.Hosting;
|
||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
using SocialWeather.Pipe;
|
||||||
using SocialWeather.Protobuf;
|
using SocialWeather.Protobuf;
|
||||||
|
|
||||||
namespace SocialWeather
|
namespace SocialWeather
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue