Implement server to client ChannelDone

This commit is contained in:
2022-05-01 11:33:55 -07:00
parent 073ebbd8ba
commit 888d5902ae
3 changed files with 46 additions and 16 deletions

View File

@@ -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