Versions in this module Expand all Collapse all v0 v0.5.2 Mar 29, 2019 v0.5.1 Mar 10, 2019 Changes in this version + func StringIndexOf(v string, a []string) int + type MultiSegmentImage struct + CreatedAt time.Time + Files []string + FirstSegmentFilename string + FirstSegmentHeader *XRIT.Header + ImageID int + MaxSegments int + Name string + SubProductId int + func MakeMultiSegmentImage(Name string, SubProductId, ImageID int) *MultiSegmentImage + func (msi *MultiSegmentImage) Done() bool + func (msi *MultiSegmentImage) Expired() bool + func (msi *MultiSegmentImage) Purge() + func (msi *MultiSegmentImage) PutSegment(filename string, xh *XRIT.Header)