Documentation ¶
Index ¶
Constants ¶
View Source
const ( RuleActionNew = "new" RuleActionDelete = "delete" RuleActionUpdate = "update" RuleActionStart = "start" RuleActionStop = "stop" )
View Source
const ( RuleStatusIdle = "idle" RuleStatusStarted = "started" RuleStatusStoped = "stoped" )
Variables ¶
View Source
var Configs = map[string]string{}
Functions ¶
func HandleRuleNotification ¶
HandleRuleNotification handle rule notifications recevied from kafka, it will check rule's validity,for example, wether rule exist in database.
Types ¶
type ExecutorService ¶
type ExecutorService struct {
// contains filtered or unexported fields
}
type ExecutorServiceFactory ¶
type ExecutorServiceFactory struct{}
Click to show internal directories.
Click to hide internal directories.