package web import ( "go.uber.org/fx" ) var Module = fx.Module("web-services", fx.Provide( NewPostService, ), )