Skip to content
Snippets Groups Projects
Commit 96957d50 authored by Jono Wenger's avatar Jono Wenger
Browse files

Remove services from group chat interface that were added by mistake

parent ecf07c86
No related branches found
No related tags found
3 merge requests!510Release,!212Replace usage of manager with interface and add services,!207WIP: Client Restructure
......@@ -20,7 +20,6 @@
package groupChat
import (
"gitlab.com/elixxir/client/cmix/message"
gs "gitlab.com/elixxir/client/groupChat/groupStore"
"gitlab.com/xx_network/primitives/id"
"time"
......@@ -64,15 +63,6 @@ type GroupChat interface {
// NumGroups returns the number of groups the user is a part of.
NumGroups() int
/* ===== Services ======================================================= */
// AddService adds a service for all group chat partners of the given tag,
// which will call back on the given processor.
AddService(tag string, processor message.Processor) error
// RemoveService removes all services for the given tag.
RemoveService(tag string) error
}
// RequestCallback is called when a GroupChat request is received.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment