Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var STTSet = wire.NewSet(di.DefaultSet, NewSTTService)
STTService =========================================================================================================
Functions ¶
This section is empty.
Types ¶
type STTService ¶
type STTService struct { // Common Log logger.Logger Config *config.Config // Observability Tracer trace.TracerProvider Monitoring *monitoring.Monitoring PprofEndpoint profiling.PprofEndpoint AutoMaxPro autoMaxPro.AutoMaxPro }
func InitializeSTTService ¶
func InitializeSTTService() (*STTService, func(), error)
func NewSTTService ¶
func NewSTTService( log logger.Logger, config2 *config.Config, monitoring2 *monitoring.Monitoring, tracer trace.TracerProvider, pprofHTTP profiling.PprofEndpoint, autoMaxProcsOption autoMaxPro.AutoMaxPro, ) (*STTService, error)
Click to show internal directories.
Click to hide internal directories.