Documentation
¶
Index ¶
Constants ¶
View Source
const ErrGitHubRateLimitReached = "github rate limit reached"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Export ¶
type Export struct { DefaultFilePath string Options *api.RESTRemoteExportOptions Content []byte Cacher cache.CacheInterface AccessControl *access.AccessControl }
type GitHubExport ¶
type GitHubExport struct { Config *share.RemoteRepository_GitHubConfiguration // contains filtered or unexported fields }
func NewGitHubExport ¶
func NewGitHubExport(filePath string, fileContents []byte, commitMessage string, config api.RESTRemoteRepo_GitHubConfig) (GitHubExport, error)
func (GitHubExport) Do ¶
func (exp GitHubExport) Do() error
Click to show internal directories.
Click to hide internal directories.