Documentation ¶
Index ¶
- func Branch(apiClient pfs.ApiClient, repositoryName string, commitID string) (*pfs.BranchResponse, error)
- func Commit(apiClient pfs.ApiClient, repositoryName string, commitID string) error
- func GetCommitInfo(apiClient pfs.ApiClient, repositoryName string, commitID string) (*pfs.GetCommitInfoResponse, error)
- func GetFile(apiClient pfs.ApiClient, repositoryName string, commitID string, path string) (io.Reader, error)
- func GetVersion(apiClient pfs.ApiClient) (*pfs.GetVersionResponse, error)
- func InitRepository(apiClient pfs.ApiClient, repositoryName string) error
- func ListFiles(apiClient pfs.ApiClient, repositoryName string, commitID string, path string, ...) (*pfs.ListFilesResponse, error)
- func MakeDirectory(apiClient pfs.ApiClient, repositoryName string, commitID string, path string) error
- func PutFile(apiClient pfs.ApiClient, repositoryName string, commitID string, path string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommitInfo ¶
func GetVersion ¶
func GetVersion(apiClient pfs.ApiClient) (*pfs.GetVersionResponse, error)
func MakeDirectory ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.