Add comment to shared.build.repo.Repo type
This commit is contained in:
parent
db85b952eb
commit
dcd2f01872
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
// Repo specifies the repository details for the code that
|
||||
// that we are testing.
|
||||
//
|
||||
// The source repository may be a local repository
|
||||
// on the current filesystem, or a remote repository
|
||||
// on GitHub, Bitbucket, etc.
|
||||
type Repo struct {
|
||||
// The name of the Repository. This should be the
|
||||
// canonical name, for example, github.com/drone/drone.
|
||||
|
|
Loading…
Reference in a new issue