Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Oct 24, 2024
1 parent bb4d78d commit ec8ef57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (

func main() {
app := arri.NewApp(http.DefaultServeMux, arri.AppOptions[arri.DefaultContext]{}, arri.CreateDefaultContext)
// register the EventStreamRpc handler
arri.EventStreamRpc(&app, WatchMessages, arri.RpcOptions{})
app.Run(arri.RunOptions{})
}
Expand Down

0 comments on commit ec8ef57

Please sign in to comment.