mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-09-19 09:40:12 +00:00
feat(agentcompat): add shared runtime contracts
Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package agentcompatcontract
|
||||
|
||||
const IOStreamCapabilityHeader = "X-Nezha-AgentCompat-IOStream-Capability"
|
||||
@@ -0,0 +1,9 @@
|
||||
package agentcompatcontract
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestIOStreamCapabilityHeaderUsesFrozenName(t *testing.T) {
|
||||
if IOStreamCapabilityHeader != "X-Nezha-AgentCompat-IOStream-Capability" {
|
||||
t.Fatalf("unexpected capability header name")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user