Versions in this module Expand all Collapse all v0 v0.1.1 Jul 15, 2026 v0.1.0 Jul 14, 2026 Changes in this version + func Remove(workspace, id string) error + type Allocation struct + CreatedAt time.Time + ID string + Path string + Ref string + SparsePaths []string + SymlinkDirectories []string + func Allocate(workspace, name string) (Allocation, error) + func AllocateWithOptions(workspace, name string, options Options) (Allocation, error) + func List(workspace string) ([]Allocation, error) + func Load(workspace, id string) (Allocation, error) + type Options struct + SparsePaths []string + SymlinkDirectories []string