Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositorySync ¶
type RepositorySync struct {
Source RepositorySyncSource `json:"source,omitempty"`
}
type RepositorySyncSource ¶
type RepositorySyncSource struct {
RepoURL string `json:"repoURL"`
TargetRevision string `json:"targetRevision,omitempty"`
Path string `json:"path"`
AuthSecretLink string `json:"authSecretLink,omitempty"`
WebhookSecretLink string `json:"webhookSecretLink"`
Directory RepositorySyncSourceDirectory `json:"directory,omitempty"`
}
type RepositorySyncSourceDirectory ¶
type RepositorySyncSourceDirectory struct {
Recurse bool `json:"recurse,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.