Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceManager ¶
type ServiceManager struct {
// contains filtered or unexported fields
}
ServiceManager handles service initialization and data fetching
func NewServiceManager ¶
func NewServiceManager(db *database.DB, cache cache.Store) *ServiceManager
NewServiceManager creates a new service manager instance
func (*ServiceManager) InitializeService ¶
func (m *ServiceManager) InitializeService(ctx context.Context, config *models.ServiceConfiguration)
InitializeService handles initial data fetching for a newly configured service
Click to show internal directories.
Click to hide internal directories.