analysis

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactCmd

type ArtifactCmd struct {
	setter.AppConfig `no-flag:"true"`
	*CmdOpts         `no-flag:"true"`

	clicommon.ArtifactCmd
}

func (*ArtifactCmd) Execute

func (c *ArtifactCmd) Execute(_ []string) error

type Cmd

type Cmd struct {
	setter.AppConfig `no-flag:"true"`
	*opts.Opts

	ArtifactCmd     ArtifactCmd     `command:"artifact" description:"For showing the analysis artifact"`
	DownloadCmd     DownloadCmd     `command:"download" description:"For downloading the analysis locally"`
	ResultsCmd      ResultsCmd      `command:"results" description:"For showing the results of an analysis"`
	StoreResultsCmd StoreResultsCmd `command:"store-results" description:"For storing the results of an analysis"`
}

func New

func New(app *cmdopts.Opts, compiledrelease *compiledreleaseopts.Opts) *Cmd

func (*Cmd) Execute

func (c *Cmd) Execute(extra []string) error

type CmdOpts

type CmdOpts struct {
	AppOpts             *cmdopts.Opts `no-flag:"true"`
	CompiledReleaseOpts *compiledreleaseopts.Opts
	AnalysisOpts        *opts.Opts
}

type DownloadCmd

type DownloadCmd struct {
	setter.AppConfig `no-flag:"true"`
	*CmdOpts         `no-flag:"true"`

	clicommon.DownloadCmd
}

func (*DownloadCmd) Execute

func (c *DownloadCmd) Execute(_ []string) error

type ResultsCmd

type ResultsCmd struct {
	setter.AppConfig `no-flag:"true"`
	*CmdOpts         `no-flag:"true"`

	clicommon.ResultsCmd
}

func (*ResultsCmd) Execute

func (c *ResultsCmd) Execute(args []string) error

type StoreResultsCmd

type StoreResultsCmd struct {
	setter.AppConfig `no-flag:"true"`
	*CmdOpts         `no-flag:"true"`

	Datastore string `long:"datastore" description:"The datastore name to use" default:"default"`

	clicommon.StoreResultsCmd
}

func (*StoreResultsCmd) Execute

func (c *StoreResultsCmd) Execute(_ []string) error

Jump to

Keyboard shortcuts

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