Documentation
¶
Overview ¶
Package transfer provides import/export helpers for workspace resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Kinds []string // kinds to transfer (nil = all known kinds)
Replace bool // overwrite existing in dest (default true)
}
Options controls which resource kinds are transferred and how.
Click to show internal directories.
Click to hide internal directories.