match_index.go 113 B

1234567
  1. package sub_timeline_fixer
  2. type MatchIndex struct {
  3. BaseNowIndex int
  4. SrcNowIndex int
  5. Similarity float64
  6. }