Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryTarget ¶
type RepositoryTarget struct { LocalFilePath string // contains filtered or unexported fields }
func (RepositoryTarget) GetPath ¶
func (r RepositoryTarget) GetPath() string
func (RepositoryTarget) GetRepositoryUrl ¶
func (r RepositoryTarget) GetRepositoryUrl() string
type Target ¶
type Target interface {
GetPath() string
}
func NewRepositoryTarget ¶
func NewRepositoryTarget(path string, options ...TargetOptions) (Target, error)
type TargetOptions ¶
type TargetOptions func(*RepositoryTarget) error
func WithRepositoryUrl ¶
func WithRepositoryUrl(repositoryUrl string) TargetOptions
Click to show internal directories.
Click to hide internal directories.