Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
WorkDir string
GitLabToken string
GitLabOwner string
GitLabRepo string
GitHubToken string
GitHubOwner string
GitHubRepo string
Reimport bool
}
func (Config) GitLabFilePath ¶
func (Config) GitLabRepoPath ¶
type Option ¶
type Option func(*Config)
func OptGitHubOwner ¶
func OptGitHubRepo ¶
func OptGitHubToken ¶
func OptGitLabOwner ¶
func OptGitLabRepo ¶
func OptGitLabToken ¶
func OptReimport ¶
func OptWorkDir ¶
Click to show internal directories.
Click to hide internal directories.