Versions in this module Expand all Collapse all v1 v1.3.1 Jul 11, 2018 v1.3.0 Jun 10, 2018 Changes in this version + const DefaultMD5Size + type Asset struct + Kind string + MD5Size int64 + MD5s []string + URL string + type BundleInfo struct + BundleIdentifier string + BundleVersion string + type File interface + Size func() int64 + type Item struct + Assets []Asset + Metadata *Metadata + type Manifest struct + ManifestItems []Item + func Create(file File, url string, opts ...Option) (*Manifest, error) + type Metadata struct + Items []BundleInfo + Kind string + Subtitle string + Title string + type Option func(*config) + func WithMD5Size(md5Size int64) Option