package
Version:
v0.0.0-...-2d43aa0
Opens a new window with list of versions in this module.
Published: Feb 17, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Key string type for rules exporting
const (
EventType Key = "event_type"
MessageFilter Key = "message_filter"
FunctionUrn Key = "function_urn"
TargetAddress Key = "target_address"
)
constants for different rules key
type Rule struct {
Name string `json:"name,omitempty"`
Data map[Key]string `json:"data,omitempty"`
}
Rule defines map of rules
Source Files
¶
Click to show internal directories.
Click to hide internal directories.