rulex

package
v0.0.0-...-e67e6ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RuleStart            = "RuleStart"
	RuleStartError       = "RuleStartError"
	RuleActionStart      = "RuleActionStart"
	RuleActionStartError = "RuleActionStartError"
	RuleStarted          = "RuleStarted"
	RuleStoped           = "RuleStoped"
	RuleActionError      = "RuleActionError"
	RuleActionFail       = "RuleActionFail"
)

Variables

View Source
var (
	TypRepublish  = republish.EntityType
	TypKafka      = kafka.EntityType
	TypChronus    = chronus.EntityType
	TypBucket     = bucket.EntityType
	TypMysql      = mysql.EntityType
	TypPostgresql = postgresql.EntityType
	TypRedis      = redis.EntityType
	TypInfluxdb   = influxdb.EntityType
)

Functions

This section is empty.

Types

type RulexStatus

type RulexStatus struct {
	UserId      string `json:"user_id"`
	RulexId     string `json:"rulex_id"`
	Status      Status `json:"status"`
	RuleId      string `json:"rule_id"`
	ActionId    string `json:"action_id"`
	Desc        string `json:"desc"`
	Error       string `json:"error"`
	Timestamp   int64  `json:"time_stamp"`
	RefreshTime int64  `json:"refresh_time"`
}

type Status

type Status string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL