Documentation
¶
Overview ¶
Package load provides options for image load.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageLoadOptions ¶
ImageLoadOptions is the image load options.
type SetImageLoadOption ¶
type SetImageLoadOption func(*ImageLoadOptions) error
SetImageLoadOption is a function that sets the image load options.
func WithInput ¶
func WithInput(input io.Reader) SetImageLoadOption
WithInput sets the input for the image load.
func WithPlatforms ¶
func WithPlatforms(setters ...create.SetPlatformConfig) SetImageLoadOption
WithPlatforms sets the platforms for the image load.
func WithQuiet ¶
func WithQuiet(quiet bool) SetImageLoadOption
WithQuiet sets the quiet flag for the image load.
Click to show internal directories.
Click to hide internal directories.