We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0946e76 commit f61f975Copy full SHA for f61f975
channels/set.go
@@ -32,9 +32,8 @@ const AllChannelWildcard = "*" // wildcard for 'all channels'
32
33
// ID represents a single channel inside a collection
34
type ID struct {
35
- Name string // name of channel
36
- CollectionID uint32 // collection it belongs to
37
- serialization string // private method for logging and matching inside changeWaiter notification
+ Name string // name of channel
+ CollectionID uint32 // collection it belongs to
38
}
39
40
func (c ID) String() string {
0 commit comments