Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceTypeUpdatePredicate ¶
type SourceTypeUpdatePredicate struct {
// contains filtered or unexported fields
}
func NewSourceTypeUpdatePredicate ¶
func NewSourceTypeUpdatePredicate(sourceType string) SourceTypeUpdatePredicate
func (SourceTypeUpdatePredicate) Create ¶
func (SourceTypeUpdatePredicate) Create(event.CreateEvent) bool
func (SourceTypeUpdatePredicate) Delete ¶
func (SourceTypeUpdatePredicate) Delete(event.DeleteEvent) bool
func (SourceTypeUpdatePredicate) Generic ¶
func (SourceTypeUpdatePredicate) Generic(event.GenericEvent) bool
func (SourceTypeUpdatePredicate) Update ¶
func (p SourceTypeUpdatePredicate) Update(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.