Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitRepository ¶
type GitRepository struct {
Path string
}
func NewGitRepository ¶
func NewGitRepository(path string) *GitRepository
func (*GitRepository) GetGitRepo ¶
func (r *GitRepository) GetGitRepo() *git.Repository
func (*GitRepository) Init ¶
func (r *GitRepository) Init() error
func (*GitRepository) SetupHooks ¶
func (r *GitRepository) SetupHooks(grpcSocket string) error
type Storage ¶
type Storage struct { Root string Repo *GitRepository }
func NewStorage ¶
func (*Storage) HooksSocketPath ¶
Click to show internal directories.
Click to hide internal directories.