model

package
v0.0.0-...-6a40557 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyFilter

func ApplyFilter(event eventgrid.Event, filter egmgmt.EventSubscriptionFilter) bool

ApplyFilter determines whether or not an Event should advance past a filter. A return value of `true` implies the event should be processed, whereas `false` means the event does not match the specified criteria, and the subscriber should not be informed.

Types

type SubscriptionList

type SubscriptionList struct {
	// contains filtered or unexported fields
}

func NewSubscriptionList

func NewSubscriptionList() *SubscriptionList

func (SubscriptionList) ListFilteredSubscribers

func (sl SubscriptionList) ListFilteredSubscribers(event eventgrid.Event) (results []string)

ListFilteredSubscribers applies the filter that was provided at the time the time each subscription was registered, and provides the handle

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL