Documentation
¶
Index ¶
- type ActionS
- func (aS *ActionS) ListenAndServe(stopChan, cfgRld chan struct{})
- func (aS *ActionS) Shutdown()
- func (aS *ActionS) V1ExecuteActions(ctx *context.Context, args *utils.CGREvent, rpl *string) (err error)
- func (aS *ActionS) V1ScheduleActions(ctx *context.Context, args *utils.CGREvent, rpl *string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionS ¶
type ActionS struct {
// contains filtered or unexported fields
}
ActionS manages exection of Actions
func NewActionS ¶
func NewActionS(cfg *config.CGRConfig, fltrS *engine.FilterS, dm *engine.DataManager, connMgr *engine.ConnManager) (aS *ActionS)
NewActionS instantiates the ActionS
func (*ActionS) ListenAndServe ¶
func (aS *ActionS) ListenAndServe(stopChan, cfgRld chan struct{})
ListenAndServe keeps the service alive
Click to show internal directories.
Click to hide internal directories.