raw

package
v0.0.0-...-bea6086 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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

type CreateOptions struct {
	Size       *int64
	SourceFile string
}

func (*CreateOptions) ApplyOptions

func (o *CreateOptions) ApplyOptions(opts []CreateOption)

func (*CreateOptions) ApplyToCreate

func (o *CreateOptions) ApplyToCreate(o2 *CreateOptions)

type Dummy

type Dummy struct {
}

func (Dummy) Create

func (Dummy) Create(_ string, _ ...CreateOption) error

type Exec

type Exec struct{}

func (Exec) Create

func (Exec) Create(filename string, opts ...CreateOption) error

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL