vcs

package
v0.1.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command added in v0.1.16

type Command interface {
	Execute(path string)
}

type GitBranch

type GitBranch struct {
}

func (*GitBranch) Execute

func (cmd *GitBranch) Execute(path string)

type GitFetch

type GitFetch struct {
}

func (*GitFetch) Execute

func (cmd *GitFetch) Execute(path string)

type GitPull

type GitPull struct {
}

func (*GitPull) Execute

func (cmd *GitPull) Execute(path string)

type GitPullUpdate

type GitPullUpdate struct {
	Branch string
}

func (*GitPullUpdate) Execute

func (cmd *GitPullUpdate) Execute(path string)

type GitPush

type GitPush struct {
	Branch string
	All    bool
}

func (*GitPush) Execute

func (cmd *GitPush) Execute(path string)

type GitUpdate

type GitUpdate struct {
	Branch string
}

func (*GitUpdate) Execute

func (cmd *GitUpdate) Execute(path string)

type HgBranch

type HgBranch struct {
}

func (*HgBranch) Execute

func (cmd *HgBranch) Execute(path string)

type HgPull

type HgPull struct {
}

func (*HgPull) Execute

func (cmd *HgPull) Execute(path string)

type HgPullUpdate

type HgPullUpdate struct {
	Branch string
}

func (*HgPullUpdate) Execute

func (cmd *HgPullUpdate) Execute(path string)

type HgPush

type HgPush struct {
	Branch string
}

func (*HgPush) Execute

func (cmd *HgPush) Execute(path string)

type HgUpdate

type HgUpdate struct {
	Branch string
}

func (*HgUpdate) Execute

func (cmd *HgUpdate) Execute(path string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL