Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Instance = impls.Instance Available = impls.Available Default = impls.Default )
Functions ¶
This section is empty.
Types ¶
type CreateOption ¶
type CreateOption interface {
ApplyToCreate(o *CreateOptions)
}
type CreateOptions ¶
func (*CreateOptions) ApplyOptions ¶
func (o *CreateOptions) ApplyOptions(opts []CreateOption)
func (*CreateOptions) ApplyToCreate ¶
func (o *CreateOptions) ApplyToCreate(o2 *CreateOptions)
type Raw ¶
type Raw interface {
Create(filename string, opts ...CreateOption) error
}
type WithSize ¶
type WithSize int64
func (WithSize) ApplyToCreate ¶
func (s WithSize) ApplyToCreate(o *CreateOptions)
type WithSourceFile ¶
type WithSourceFile string
func (WithSourceFile) ApplyToCreate ¶
func (s WithSourceFile) ApplyToCreate(o *CreateOptions)
Click to show internal directories.
Click to hide internal directories.