aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
diff options
context:
space:
mode:
Diffstat (limited to 'remote.go')
-rw-r--r--remote.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.go b/remote.go
index 095faff..2b3748d 100644
--- a/remote.go
+++ b/remote.go
@@ -9,6 +9,7 @@ import (
"gopkg.in/src-d/go-git.v3/core"
)
+// Remote represents a connection to a remote repository
type Remote struct {
Endpoint common.Endpoint
Auth common.AuthMethod