Documentation
¶
Index ¶
- func CopyFile(src, dst string) error
- func ExpandHome(path string) string
- func RelPath(path, base string) string
- func ResolveTargetHome(override string) (string, error)
- func ResolveWorkspace(homeDir string) string
- type Action
- type ActionType
- type HandlerFactory
- type Operation
- type Options
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandHome ¶
func ResolveTargetHome ¶
func ResolveWorkspace ¶
Types ¶
type ActionType ¶
type ActionType int
const ( ActionCopy ActionType = iota ActionSkip ActionBackup ActionConvertConfig ActionCreateDir ActionMergeConfig )
type HandlerFactory ¶
Click to show internal directories.
Click to hide internal directories.