Documentation ¶
Index ¶
- type ModuleBase
- func (p *ModuleBase) Daily(utc time.Time)
- func (p *ModuleBase) Hourly(utc time.Time)
- func (p *ModuleBase) InitBaseModel(subModel contract.IModuleInterface, modelName string) error
- func (p *ModuleBase) Minutely(utc time.Time)
- func (p *ModuleBase) Name() string
- func (p *ModuleBase) OnExit() error
- func (p *ModuleBase) OnInit() error
- func (p *ModuleBase) OnStart() (err error)
- func (p *ModuleBase) OnStop() error
- func (p *ModuleBase) OnTick(utc time.Time)
- func (p *ModuleBase) Secondly(utc time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleBase ¶
type ModuleBase struct {
// contains filtered or unexported fields
}
func (*ModuleBase) Daily ¶
func (p *ModuleBase) Daily(utc time.Time)
func (*ModuleBase) Hourly ¶
func (p *ModuleBase) Hourly(utc time.Time)
func (*ModuleBase) InitBaseModel ¶
func (p *ModuleBase) InitBaseModel(subModel contract.IModuleInterface, modelName string) error
func (*ModuleBase) Minutely ¶
func (p *ModuleBase) Minutely(utc time.Time)
func (*ModuleBase) Name ¶
func (p *ModuleBase) Name() string
func (*ModuleBase) OnExit ¶
func (p *ModuleBase) OnExit() error
func (*ModuleBase) OnInit ¶
func (p *ModuleBase) OnInit() error
func (*ModuleBase) OnStart ¶
func (p *ModuleBase) OnStart() (err error)
func (*ModuleBase) OnStop ¶
func (p *ModuleBase) OnStop() error
func (*ModuleBase) OnTick ¶
func (p *ModuleBase) OnTick(utc time.Time)
func (*ModuleBase) Secondly ¶
func (p *ModuleBase) Secondly(utc time.Time)
Click to show internal directories.
Click to hide internal directories.