Files
nezha_domains/service/rpc/receipt_gate_default.go
2026-07-20 04:27:33 +00:00

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) {}