Add session and provider controller interfaces. Begun designing worker system.

This commit is contained in:
2025-09-18 04:00:41 +00:00
parent 7109acc207
commit 56a36283e5
5 changed files with 35 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ func NewManager(r *router.Router) *Manager {
return m
}
// Public API (posts commands to loop)
// API
// AddProvider adds and starts a new provider.
func (m *Manager) AddProvider(name string, p provider.Provider) error {