Implement server to client ChannelDone
This commit is contained in:
@@ -11,6 +11,7 @@ type Request struct {
|
||||
// Response represents a response returned by the server
|
||||
type Response struct {
|
||||
ID string
|
||||
ChannelDone bool
|
||||
IsChannel bool
|
||||
IsError bool
|
||||
Error string
|
||||
|
||||
Reference in New Issue
Block a user