Skip to content
Snippets Groups Projects
Commit 4adb5fe8 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

made skeleton for remove fact

parent 6e447137
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
type removeFactComms interface{ type removeFactComms interface{
SendDeleteMessage(host *connect.Host, message *messages.AuthenticatedMessage) SendDeleteMessage(host *connect.Host, message *messages.AuthenticatedMessage)(*messages.Ack, error)
} }
func (m *Manager)RemoveFact(fact contact.Fact)error{ func (m *Manager)RemoveFact(fact contact.Fact)error{
......
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