Documentation ¶ Index ¶ func NewInternalError(err error, level, originEntity, originName string) *internalError func RegisterService(service service.Service) type Core func (core *Core) Init() func (core *Core) Parameter(name string) interface{} func (core *Core) Restart() func (core *Core) Run() func (core *Core) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewInternalError ¶ func NewInternalError(err error, level, originEntity, originName string) *internalError func RegisterService ¶ func RegisterService(service service.Service) Types ¶ type Core ¶ type Core struct { // contains filtered or unexported fields } func (*Core) Init ¶ func (core *Core) Init() func (*Core) Parameter ¶ func (core *Core) Parameter(name string) interface{} func (*Core) Restart ¶ func (core *Core) Restart() func (*Core) Run ¶ func (core *Core) Run() func (*Core) Stop ¶ func (core *Core) Stop() Source Files ¶ View all Source files controller.go core.go error_handler.go guard.go internal_error.go notification_handler.go Click to show internal directories. Click to hide internal directories.