Skip to content
Snippets Groups Projects
Commit affb3cb4 authored by Josh Brooks's avatar Josh Brooks
Browse files

Update utils for hostPool

parent 4c515221
Branches
Tags
No related merge requests found
...@@ -45,11 +45,11 @@ type mockMessageRetrievalComms struct { ...@@ -45,11 +45,11 @@ type mockMessageRetrievalComms struct {
} }
func (mmrc *mockMessageRetrievalComms) AddHost(hid *id.ID, address string, cert []byte, params connect.HostParams) (host *connect.Host, err error) { func (mmrc *mockMessageRetrievalComms) AddHost(hid *id.ID, address string, cert []byte, params connect.HostParams) (host *connect.Host, err error) {
panic("implement me") return nil, err
} }
func (mmrc *mockMessageRetrievalComms) RemoveHost(hid *id.ID) { func (mmrc *mockMessageRetrievalComms) RemoveHost(hid *id.ID) {
panic("implement me") return
} }
func (mmrc *mockMessageRetrievalComms) GetHost(hostId *id.ID) (*connect.Host, bool) { func (mmrc *mockMessageRetrievalComms) GetHost(hostId *id.ID) (*connect.Host, bool) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment