Documentation ¶
Index ¶
- func EnsureBinary(binaryName string, expectedChecksum string) error
- func EnsureDirectory(dir string) error
- func GetBinaryPath(binaryName string) (string, error)
- func GetBinarySHA1Hash(binaryName string) (string, error)
- func GetFileSHA1Hash(path string) (string, error)
- func IncludeFiles(path string, filenames ...string) (bool, error)
- func MoveFile(srcPath, targetPath string) error
- func Watch(ctx context.Context, path string, handle WatchHandle) error
- type WatchHandle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureBinary ¶
func EnsureDirectory ¶
func GetBinaryPath ¶
func GetBinarySHA1Hash ¶
func GetFileSHA1Hash ¶
Types ¶
type WatchHandle ¶
Click to show internal directories.
Click to hide internal directories.