Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager provide methods to manage components lifecycle
func (*Manager) Register ¶
func (m *Manager) Register(components ...interface{})
Register components in Manager and inject required dependencies Register can inject interfaces only, tag public struct fields with `inject:""`
Click to show internal directories.
Click to hide internal directories.