tasks

package
v0.11.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2022 License: Apache-2.0 Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CollectGitRepoMeta = core.SubTaskMeta{
	Name:             "collectGitRepo",
	EntryPoint:       CollectGitRepo,
	EnabledByDefault: true,
	Description:      "collect git commits/branches/tags int Domain Layer Tables",
}

Functions

func CollectGitRepo

func CollectGitRepo(subTaskCtx core.SubTaskContext) error

Types

type GitExtractorOptions

type GitExtractorOptions struct {
	RepoId     string `json:"repoId"`
	Url        string `json:"url"`
	User       string `json:"user"`
	Password   string `json:"password"`
	PrivateKey string `json:"privateKey"`
	Passphrase string `json:"passphrase"`
	Proxy      string `json:"proxy"`
}

func (GitExtractorOptions) Valid

func (o GitExtractorOptions) Valid() error

Jump to

Keyboard shortcuts

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