mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 09:40:12 +00:00
20 lines
458 B
Go
20 lines
458 B
Go
//go:build !agentcompat
|
|
|
|
package rpc
|
|
|
|
import "net"
|
|
|
|
func SetReceiptGateListener(net.Listener) {}
|
|
|
|
func CloseReceiptGate() {}
|
|
|
|
func notifyReceiptAccepted(uint64, string, uint64, uint64) error { return nil }
|
|
|
|
func notifyStateReceived(uint64, string, uint64, uint64) error { return nil }
|
|
|
|
func notifyInfo2(uint64, string) error { return nil }
|
|
|
|
func notifyMCPTaskDispatched(uint64, uint64, uint64) {}
|
|
|
|
func notifyMCPTaskResultAccepted(uint64, uint64, uint64) {}
|