Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModulePredicate ¶
type ModulePredicate struct{}
func NewModulePredicate ¶
func NewModulePredicate() *ModulePredicate
func (*ModulePredicate) Create ¶
func (m *ModulePredicate) Create(event event.CreateEvent) bool
func (*ModulePredicate) Delete ¶
func (m *ModulePredicate) Delete(event event.DeleteEvent) bool
func (*ModulePredicate) Generic ¶
func (m *ModulePredicate) Generic(event event.GenericEvent) bool
func (*ModulePredicate) Update ¶
func (m *ModulePredicate) Update(event event.UpdateEvent) bool
type RepoStatusPredicate ¶
type RepoStatusPredicate struct{}
func NewRepoStatusPredicate ¶
func NewRepoStatusPredicate() *RepoStatusPredicate
func (*RepoStatusPredicate) Create ¶
func (g *RepoStatusPredicate) Create(event.CreateEvent) bool
func (*RepoStatusPredicate) Delete ¶
func (g *RepoStatusPredicate) Delete(event event.DeleteEvent) bool
func (*RepoStatusPredicate) Generic ¶
func (g *RepoStatusPredicate) Generic(event.GenericEvent) bool
func (*RepoStatusPredicate) Update ¶
func (g *RepoStatusPredicate) Update(event event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.