Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Nichols committed May 6, 2021
1 parent 99470ef commit 862e1b2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 141 deletions.
1 change: 1 addition & 0 deletions cmd/schema/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func main() {
registry.Register(&eventingv1.Trigger{})

// Messaging
registry.Register(&messagingv1.Subscription{})
registry.Register(&messagingv1.Channel{})
registry.Register(&messagingv1.InMemoryChannel{})

Expand Down
Loading

0 comments on commit 862e1b2

Please sign in to comment.