Documentation
¶
Index ¶
- func RegisterDependecies(implsTemp map[string]interface{}) (interfaces.ICore, error)
- type Core
- func (c *Core) CallPostHook(i interface{}) error
- func (c *Core) CallPreHook(i interface{}) error
- func (c *Core) Get(i interface{}) error
- func (c *Core) GetCMDPlugins() []interfaces.ICMDPlugin
- func (c *Core) GetConfig() interfaces.IConfig
- func (c *Core) GetHelper() interfaces.IHelper
- func (c *Core) GetLogger() interfaces.ILogger
- func (c *Core) GetNetworker() interfaces.INetworker
- func (c *Core) GetStartTime() time.Time
- func (c *Core) GetUI() interfaces.IUIPlugin
- func (c *Core) GetUpdater() interfaces.IUpdater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDependecies ¶
func RegisterDependecies(implsTemp map[string]interface{}) (interfaces.ICore, error)
RegisterDependecies ...
Types ¶
type Core ¶
type Core struct {
// contains filtered or unexported fields
}
Core ...
func (*Core) GetCMDPlugins ¶
func (c *Core) GetCMDPlugins() []interfaces.ICMDPlugin
GetCMDPlugins ...
Click to show internal directories.
Click to hide internal directories.