mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 17:50:12 +00:00
10 lines
189 B
Go
10 lines
189 B
Go
//go:build !agentcompat
|
|
|
|
package rpc
|
|
|
|
type agentCompatCapabilityState struct{}
|
|
|
|
type agentCompatCapabilityRegistration struct{}
|
|
|
|
func (*NezhaHandler) initializeAgentCompatCapabilities() {}
|