Documentation
¶
Index ¶
- type FSID
- type Filesystem
- func Diffed(ctx context.Context, lower, upper *Filesystem, platform specs.Platform) (*Filesystem, error)
- func FromDefinition(def *llb.Definition) *Filesystem
- func FromSource(source any) (*Filesystem, error)
- func FromState(ctx context.Context, st llb.State, platform specs.Platform) (*Filesystem, error)
- func Merged(ctx context.Context, filesystems []*Filesystem, platform specs.Platform) (*Filesystem, error)
- func New(id FSID) *Filesystem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Filesystem struct {
ID FSID `json:"id"`
}
func Diffed ¶
func Diffed(ctx context.Context, lower, upper *Filesystem, platform specs.Platform) (*Filesystem, error)
func FromDefinition ¶
func FromDefinition(def *llb.Definition) *Filesystem
func FromSource ¶
func FromSource(source any) (*Filesystem, error)
func Merged ¶
func Merged(ctx context.Context, filesystems []*Filesystem, platform specs.Platform) (*Filesystem, error)
func New ¶
func New(id FSID) *Filesystem
func (*Filesystem) ToDefinition ¶
func (f *Filesystem) ToDefinition() (*pb.Definition, error)
Click to show internal directories.
Click to hide internal directories.