git

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Git added in v0.0.11

type Git interface {
	ExecCommand(args []string) (string, error)
}

Git is the git package interface

func New added in v0.0.11

func New(executable string) Git

New returns a new pointer instance of Git

type Obj added in v0.0.11

type Obj struct {
	Executable string
}

Obj is the git package data struct

func (Obj) ExecCommand added in v0.0.11

func (g Obj) ExecCommand(args []string) (string, error)

ExecCommand executes a git command with the given args

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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