Skip to content

Commit

Permalink
added connection_open_ack event
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Oct 31, 2023
1 parent 6938a41 commit 20c7791
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/api/docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cmd/api/docs/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cmd/api/docs/swagger.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/storage/types/event_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ package types
connection_open_try,
connection_open_init,
connection_open_confirm,
connection_open_ack,
channel_open_try,
channel_open_init,
Expand Down
4 changes: 4 additions & 0 deletions internal/storage/types/event_type_enum.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20c7791

Please sign in to comment.