Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CSISet = wire.NewSet(di.DefaultSet, NewSCIDriver)
CSI =================================================================================================================
Functions ¶
func NewContext ¶
Context =============================================================================================================
Types ¶
type Service ¶
type Service struct { // Common Ctx context.Context Log logger.Logger // Observability Tracer trace.TracerProvider Monitoring *monitoring.Monitoring PprofEndpoint profiling.PprofEndpoint AutoMaxPro autoMaxPro.AutoMaxPro }
Service - heplers
func InitializeSCIDriver ¶
func NewSCIDriver ¶
func NewSCIDriver( log logger.Logger, ctx2 context.Context, monitor *monitoring.Monitoring, tracer trace.TracerProvider, pprofHTTP profiling.PprofEndpoint, autoMaxProcsOption autoMaxPro.AutoMaxPro, ) (*Service, error)
Click to show internal directories.
Click to hide internal directories.