Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
RegisterComponentFunc(service *service.Service, fn NewComponentFunc) error
RegisterComponent(s *service.Service, cpt Component) error
ListComponents() []Describe
NewComponent(s *service.Service, opts ...Option) (Component, error)
GetComponent(*service.Service) (Component, error)
}
Manager local router
type NewComponentFunc ¶
NewComponentFunc 服务对象生成函数申明
Click to show internal directories.
Click to hide internal directories.