mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 17:50:12 +00:00
10 lines
213 B
Go
10 lines
213 B
Go
//go:build !agentcompat
|
|
|
|
package rpc
|
|
|
|
import "time"
|
|
|
|
func (*NezhaHandler) StartAgentCompatNATStream(AgentCompatNATPublishHandle, time.Duration) (bool, error) {
|
|
return false, ErrAgentCompatCapabilityUnavailable
|
|
}
|