Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHealthHandler ¶ added in v0.2.387
NewHealthHandler creates new health handler
func StartWebServer ¶
StartWebServer starts the HTTP service and listens for synthesize requests
Types ¶
type Data ¶
type Data struct { Port int Processor WaveSynthesizer HealthHandler http.Handler }
Data is service operation data
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor does synthesis work
func NewProcessor ¶
NewProcessor creates new processor
Click to show internal directories.
Click to hide internal directories.