Skip to content

Commit

Permalink
rewrite bits of the protoc generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
razvankusz committed Oct 23, 2023
1 parent d62f265 commit 99ba69a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions ari.pb.go

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

2 changes: 1 addition & 1 deletion channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func NewChannelHandle(key *Key, c Channel, exec func(ch *ChannelHandle) error) *

// ID returns the identifier for the channel handle
func (ch *ChannelHandle) ID() string {
return ch.key.Id
return ch.key.ID
}

// Key returns the key for the channel handle
Expand Down

0 comments on commit 99ba69a

Please sign in to comment.