8 lines
102 B
Go

package processing
type SegmentInfo struct {
Name string
SeqNo int
Resolution string
}