Documentation
¶
Index ¶
- Constants
- func ASync(dir string, args ...string) (string, error)
- func Add(dir string, args ...string) (string, error)
- func Init(dir string, args ...string) (string, error)
- func MD5(dir string) (string, error)
- func SetAddUnlocked(dir string) (string, error)
- func SetAnnexSizeFilter(dir string, size int64) (string, error)
- func Uninit(dir string, args ...string) (string, error)
- func Upgrade(dir string) (string, error)
- func Worm(dir string) (string, error)
- type AFile
- type AnnexFileNotFound
Constants ¶
View Source
const ( BYTE = 1.0 KILOBYTE = 1024 * BYTE MEGABYTE = 1024 * KILOBYTE GIGABYTE = 1024 * MEGABYTE TERABYTE = 1024 * GIGABYTE )
Variables ¶
This section is empty.
Functions ¶
func SetAddUnlocked ¶
Types ¶
type AnnexFileNotFound ¶
type AnnexFileNotFound struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.