mirror of
http://192.168.0.88:13333/lywsvip/openclaw-zero-token.git
synced 2026-05-31 14:12:38 +08:00
12 lines
165 B
Go
12 lines
165 B
Go
package main
|
|
|
|
type Segment struct {
|
|
Start int
|
|
Stop int
|
|
Text string
|
|
TextHash string
|
|
SegmentID string
|
|
Translated string
|
|
CacheKey string
|
|
}
|