Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToOSFileMode ¶
Types ¶
type Clint ¶
func (*Clint) GetCountents ¶
func (c *Clint) GetCountents(url *string) ([]TreeElement, error)
type FileMode ¶
type FileMode int
TreeElement.go
const ( FileModeEmpty FileMode = 0 FileModeTree FileMode = 40000 FileModeBlob FileMode = 100644 FileModeExec FileMode = 100755 FileModeSymlink FileMode = 120000 FileModeCommit FileMode = 160000 FileModeDeprecated FileMode = 100664 )
There are only a few file modes in Git. They look like unix file modes, but they can only be one of these. 040000
Click to show internal directories.
Click to hide internal directories.