Documentation ¶
Index ¶
- type CommitOptions
- type GoGit
- func (g *GoGit) Clone(ctx context.Context, url, branch string, caBundle []byte) (bool, error)
- func (g *GoGit) Commit(message git.Commit, opts ...git.Option) (string, error)
- func (g *GoGit) Head() (string, error)
- func (g *GoGit) Init(url, branch string) (bool, error)
- func (g *GoGit) Path() string
- func (g *GoGit) Push(ctx context.Context, caBundle []byte) error
- func (g *GoGit) Status() (bool, error)
- func (g *GoGit) Write(path string, reader io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitOptions ¶ added in v0.18.0
Click to show internal directories.
Click to hide internal directories.