Azure / buffalo-azure

A gobuffalo plugin for working with Azure.
https://gobuffalo.io/en/docs/plugins
MIT License
29 stars 8 forks source link

Implementing `buffalo.Handler` specific to Events. #9

Closed marstr closed 6 years ago

marstr commented 6 years ago

Fixes #1

marstr commented 6 years ago

@devigned, this is essentially going to be the runtime that our generated code sits atop.

marstr commented 6 years ago

The pattern is kind of a weird one, but it seems to be idiomatic to Buffalo. I modeled it from here: github.com/gobuffalo/buffalo/resource.go