Versions in this module Expand all Collapse all v0 v0.1.0 Jun 25, 2026 Changes in this version + func Drivers() []string + func Handler(k *togo.Kernel) http.Handler + func RegisterDriver(name string, f DriverFactory) + type DriverFactory func(k *togo.Kernel) (Provider, error) + type Provider interface + Synthesize func(ctx context.Context, req Request) (Result, error) + type Request struct + Format string + Model string + Text string + Voice string + type Result struct + Audio []byte + ContentType string + type Service struct + func FromKernel(k *togo.Kernel) (*Service, bool) + func (s *Service) Driver() string + func (s *Service) Synthesize(ctx context.Context, req Request) (Result, error)