0.3.2
This commit is contained in:
5
pkg/announce/handler.go
Normal file
5
pkg/announce/handler.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package announce
|
||||
|
||||
type Handler interface {
|
||||
ReceivedAnnounce(destHash []byte, identity interface{}, appData []byte) error
|
||||
}
|
||||
Reference in New Issue
Block a user