Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func New ¶
func New(dir string) *Repository
func (*Repository) GetLatestCommit ¶
func (r *Repository) GetLatestCommit(ctx context.Context) (string, error)
func (*Repository) GetRemoteCommit ¶
func (r *Repository) GetRemoteCommit(ctx context.Context) (string, error)
Click to show internal directories.
Click to hide internal directories.