Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(dependencies Dependencies) http.Handler
Types ¶
type Dependencies ¶
type Dependencies struct {
Scope domain.ScopeRef
Ingest *app.IngestService
Query *app.QueryService
Ready func() bool
Waker Waker
}
type Waker ¶
type Waker interface {
Wake(id domain.OperationID)
}
Click to show internal directories.
Click to hide internal directories.