返回 DeepSeek-Reasonix
schema_hash.generated.go
根目录 / internal / extension / protocol / schema_hash.generated.go
1 // Code generated by cmd/extension-protocol-gen; DO NOT EDIT.
2
3 package protocol
4
5 // GeneratedSchemaHash is the SHA-256 of schema.generated.json. Handshake
6 // comparisons use this constant; protocol tests independently recompute it
7 // from CanonicalSchemaBytes to reject stale generated artifacts.
8 const GeneratedSchemaHash = "sha256:22338e662c66a0cb0f6055263afc18e122640e71f552b601251a1c7899593be3"
9
9 lines GO