Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlindDeletePredicate ¶
type BlindDeletePredicate struct{}
BlindDeletePredicate implements a deleted predicate function that always returns true.
All other events are ignored.
func (BlindDeletePredicate) Create ¶
func (p BlindDeletePredicate) Create(event.CreateEvent) bool
func (BlindDeletePredicate) Delete ¶
func (p BlindDeletePredicate) Delete(event.DeleteEvent) bool
func (BlindDeletePredicate) Generic ¶
func (p BlindDeletePredicate) Generic(event.GenericEvent) bool
func (BlindDeletePredicate) Update ¶
func (p BlindDeletePredicate) Update(event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.