Documentation ¶
Index ¶
Constants ¶
View Source
const EventTypeOcr = events.EventType("ocr")
EventTypeOcr states ocr event type
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func NewEventHandler ¶
func NewEventHandler(dbPath string, d events.Dispatcher) *EventHandler
type OCRHttpHandler ¶
type OCRHttpHandler struct{}
OCRHttpHandler handles ocr http calls
func (*OCRHttpHandler) ServeHTTP ¶
func (h *OCRHttpHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP implements http.Handler interface
Click to show internal directories.
Click to hide internal directories.