Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventFilter ¶
type EventFilter struct {
Type string `toml:"type"`
Expression string `toml:"expression"`
// contains filtered or unexported fields
}
func (*EventFilter) ShouldPublish ¶
func (filter *EventFilter) ShouldPublish(message string) bool
Click to show internal directories.
Click to hide internal directories.