Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct {
ClassName string
}
func (*Filter) Create ¶
func (cf *Filter) Create(e event.CreateEvent) bool
Create returns true if the Create event should be processed.
func (*Filter) Delete ¶
func (cf *Filter) Delete(e event.DeleteEvent) bool
Delete returns true if the Delete event should be processed.
func (*Filter) Generic ¶
func (cf *Filter) Generic(e event.GenericEvent) bool
Generic returns true if the Generic event should be processed.
func (*Filter) HarborClassAnnotationMatch ¶
Click to show internal directories.
Click to hide internal directories.