add type to channel description

This commit is contained in:
William Banfield
2022-10-19 10:48:33 -04:00
parent c77898aad9
commit 069f460e16
+1
View File
@@ -724,6 +724,7 @@ type ChannelDescriptor struct {
SendQueueCapacity int
RecvBufferCapacity int
RecvMessageCapacity int
MessageType reflect.Type
}
func (chDesc ChannelDescriptor) FillDefaults() (filled ChannelDescriptor) {