cmdexport

package
v3.1.12+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(opts Opts) error

Types

type AgentConfig

type AgentConfig = cmdintegration.AgentConfig

type Opts

type Opts struct {
	cmdintegration.Opts
	Output              io.Writer
	ReprocessHistorical bool
}

type Result

type Result struct {
	Duration     time.Duration       `json:"duration"`
	Integrations []ResultIntegration `json:"integrations"`
}

func (Result) Log

func (s Result) Log(logger hclog.Logger)

type ResultIntegration

type ResultIntegration struct {
	ID          string          `json:"id"`
	Error       string          `json:"error"`
	Projects    []ResultProject `json:"projects"`
	Duration    time.Duration   `json:"duration"`
	Incremental bool            `json:"incremental"`
	// contains filtered or unexported fields
}

type ResultProject

type ResultProject struct {
	rpcdef.ExportProject
	HasGitRepo bool   `json:"has_git_repo"`
	GitError   string `json:"git_error"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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