Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func ProcessEventsHandler ¶
func ProcessEventsHandler(resp http.ResponseWriter, req *http.Request)
ProcessEventsHandler reads an HTTP Request that informs an Event Grid topic of an Event. It then relays that message to all subscribers who have not filtered out messages of this type and subject.
func RegisterSubscriberHandler ¶
func RegisterSubscriberHandler(resp http.ResponseWriter, req *http.Request)
RegisterSubscriberHandler mimics the ARM behavior of adding a subscriber to an Event Grid Topic.
Note: It is important to understand that in a production app, this
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.