Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitMigrate ¶
type GitMigrate struct {
// contains filtered or unexported fields
}
func NewGitMigrate ¶
func NewGitMigrate() *GitMigrate
func NewGitMigrateDouble ¶
func NewGitMigrateDouble(from, target *credential.Credential) *GitMigrate
NewGitMigrateDouble 创建 GitMigrate 实例并初始化认证
func (*GitMigrate) Push ¶
func (m *GitMigrate) Push(path string) error
func (*GitMigrate) WithForm ¶
func (m *GitMigrate) WithForm(credential *credential.Credential)
func (*GitMigrate) WithTarget ¶
func (m *GitMigrate) WithTarget(credential *credential.Credential)
Click to show internal directories.
Click to hide internal directories.