返回 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:ac99dbabd4f6e354c89aced778d8a83646e7a06345cc67d08bcb3faf73bb56f5"
9
9 lines GO