Files
Reticulum-Go/pkg/announce/handler.go
Sudo-Ivan 30ea1dd0c7 0.3.2
2025-01-01 00:40:25 -06:00

6 lines
124 B
Go

package announce
type Handler interface {
ReceivedAnnounce(destHash []byte, identity interface{}, appData []byte) error
}