mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
拆分不同类型到不同的文件
This commit is contained in:
@@ -12,10 +12,10 @@ import (
|
||||
|
||||
const (
|
||||
// Prefix 固定帧头
|
||||
Prefix = 0x0c
|
||||
Prefix = 0x0C
|
||||
|
||||
// PrefixResp 响应帧头
|
||||
PrefixResp = 0xb1cb7400
|
||||
PrefixResp = 0xB1CB7400
|
||||
)
|
||||
|
||||
type Message interface {
|
||||
|
||||
Reference in New Issue
Block a user