Documentation
¶
Overview ¶
Package hoappmanager is the main coordinator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppManager ¶
type AppManager struct {
SB *hoappsouthbound.HOSessions
}
AppManager is a single point of entry for Handover application running over ONOS-RIC subsystem.
func GetManager ¶
func GetManager() *AppManager
GetManager returns the initialized and running manager instance. Should be called only after NewManager and Run are done.
func NewManager ¶
func NewManager() (*AppManager, error)
NewManager initializes the manager of Handover application.
func (*AppManager) Close ¶
func (m *AppManager) Close()
Close kills the channels and manager related objects.
func (*AppManager) Run ¶
func (m *AppManager) Run()
Run starts background tasks associated with the manager.
Click to show internal directories.
Click to hide internal directories.