Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildTestAdapters ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func BuildService ¶
func NewService ¶
func NewService( app app.Application, server http.Server, downloader *downloader.Downloader, receivedEventSubscriber *memorypubsub.ReceivedEventSubscriber, eventSavedEventSubscriber *sqlitepubsub.EventSavedEventSubscriber, metricsTimer *timer.Metrics, transactionRunner *sqlite.TransactionRunner, taskScheduler *downloader.TaskScheduler, migrationsRunner *migrations.Runner, migrations migrations.Migrations, migrationsProgressCallback migrations.ProgressCallback, logger logging.Logger, ) Service
func (Service) App ¶
func (s Service) App() app.Application
type TestApplication ¶
type TestApplication struct { GetEventsHandler *app.GetEventsHandler EventRepository *mocks.EventRepository }
func BuildTestApplication ¶
Click to show internal directories.
Click to hide internal directories.