Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(id instance.ID, logger instance.LoggerFunc, error instance.ErrorFunc, selfkill instance.SelfKillFunc, _ manifest.Configurator) instance.Instance
Types ¶
type DependencyWeb ¶
type DependencyWeb struct {
// contains filtered or unexported fields
}
func (DependencyWeb) ID ¶
func (d DependencyWeb) ID() instance.ID
func (*DependencyWeb) RegisterInstanceAPI ¶
func (d *DependencyWeb) RegisterInstanceAPI(wi WebInstance)
func (*DependencyWeb) UnregisterInstanceAPI ¶
func (d *DependencyWeb) UnregisterInstanceAPI()
type Web ¶
type Web struct {
// contains filtered or unexported fields
}
func (*Web) GetDependentInstance ¶
func (w *Web) GetDependentInstance(id instance.ID) instance.DependencyInstance
type WebInstance ¶
type WebInstance interface {
WebRegisterRoutes(group *echo.Group)
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.