Documentation
¶
Overview ¶
Package actions holds actions called by the root git-remote-oci command.
Package actions holds actions called by the root git-remote-oci command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct {
// ConfigFiles contains a list of potential configuration file locations.
ConfigFiles []string
// contains filtered or unexported fields
}
Git represents the base action.
func NewGit ¶
func NewGit(in io.Reader, out io.Writer, gitDir, shortname, address, version string, cfgFiles []string) *Git
NewGit creates a new Tool with default values.
type GitLFS ¶
type GitLFS struct {
// ConfigFiles contains a list of potential configuration file locations.
ConfigFiles []string
// contains filtered or unexported fields
}
GitLFS represents the base action.
Click to show internal directories.
Click to hide internal directories.