repositorySync

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 0 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL