Documentation
¶
Index ¶
- func AddAll(gistTmpId string) error
- func CloneTmp(user string, gist string, gistTmpId string, email string) error
- func CommitRepository(gistTmpId string, authorName string, authorEmail string) error
- func DeleteRepository(user string, gist string) error
- func ForkClone(userSrc string, gistSrc string, userDst string, gistDst string) error
- func GetFileContent(user string, gist string, revision string, filename string, truncate bool) (string, bool, error)
- func GetFilesOfRepository(user string, gist string, revision string) ([]string, error)
- func GetGitVersion() (string, error)
- func GetNumberOfCommitsOfRepository(user string, gist string) (string, error)
- func InitRepository(user string, gist string) error
- func Push(gistTmpId string) error
- func RPC(user string, gist string, service string) ([]byte, error)
- func RepositoryPath(user string, gist string) string
- func SetFileContent(gistTmpId string, filename string, content string) error
- func TmpRepositoriesPath() string
- func TmpRepositoryPath(gistId string) string
- func UpdateServerInfo(user string, gist string) error
- type Commit
- type CsvFile
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommitRepository ¶
func DeleteRepository ¶
func GetFileContent ¶
func GetFilesOfRepository ¶
func GetGitVersion ¶
func InitRepository ¶
func RepositoryPath ¶
func TmpRepositoriesPath ¶
func TmpRepositoriesPath() string
func TmpRepositoryPath ¶
func UpdateServerInfo ¶
Types ¶
type Commit ¶
Click to show internal directories.
Click to hide internal directories.