mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 09:01:46 +03:00
0e0e395b9e
* Docs: add zh-CN entrypoint translations * Docs: harden docs-i18n parsing
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
|
|
}
|