mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 17:50:12 +00:00
feat(agentcompat): add scoped IO stream capabilities
Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//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) {}
|
||||
Reference in New Issue
Block a user