Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 Changes in this version + func Image(byteSize, layers int64, options ...Option) (v1.Image, error) + func Index(byteSize, layers, count int64, options ...Option) (v1.ImageIndex, error) + func Layer(byteSize int64, mt types.MediaType, options ...Option) (v1.Layer, error) + type Option func(opts *options) + func WithSource(source rand.Source) Option