repository

package
v0.1.7-milab Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Git

type Git interface {
	Open() (*OpenedRepository, error)
	ProtoRootDir() string
}

func NewGit

func NewGit(protodepDir string, dep config.ProtoDepDependency, authProvider auth.AuthProvider) Git

type OpenedRepository

type OpenedRepository struct {
	Repository *git.Repository
	Dep        config.ProtoDepDependency
	Hash       string
}

Jump to

Keyboard shortcuts

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