Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouter ¶
func NewRouter(data *ServiceData) *mux.Router
NewRouter creates the router for HTTP service
func StartWebServer ¶
func StartWebServer(data *ServiceData) error
StartWebServer starts the HTTP service and listens for the requests
Types ¶
type Provider ¶
type Provider interface {
Get(ID string) (*api.TranscriptionResult, error)
}
Provider provides transcription result for ID
type ServiceData ¶
type ServiceData struct { StatusProvider Provider Port int EventChannelFunc eventChannelFunc // contains filtered or unexported fields }
ServiceData keeps data required for service work
Source Files ¶
Click to show internal directories.
Click to hide internal directories.