cmd

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2022 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunAfterBench

func RunAfterBench(conf ConfigAfterBench) error

func RunDeploy

func RunDeploy(conf ConfigDeploy) error

func RunImport

func RunImport(conf ConfigImport) error

func RunInit

func RunInit(conf ConfigInit) error

func RunProfiling

func RunProfiling(conf ConfigProfiling) error

func RunPush

func RunPush(conf ConfigPush) error

func RunSetup

func RunSetup(conf ConfigSetup) error

func RunSync

func RunSync(conf ConfigSync) error

Types

type ConfigAfterBench

type ConfigAfterBench struct {
	ConfigCommon
	SlackToken string
}

type ConfigCommon

type ConfigCommon struct {
	LogLevel      string
	LogFilename   string
	LocalRepoPath string
}

type ConfigDeploy

type ConfigDeploy struct {
	ConfigCommon
	GitRevision string
	Force       bool
	SlackToken  string
}

type ConfigImport

type ConfigImport struct {
	ConfigCommon
}

type ConfigInit

type ConfigInit struct {
	ConfigCommon
	GitUsername  string
	GitEmail     string
	GitRemoteUrl string
}

type ConfigProfiling

type ConfigProfiling struct {
	ConfigCommon
}

type ConfigPush

type ConfigPush struct {
	ConfigCommon
	GitBranch string
}

type ConfigSetup

type ConfigSetup struct {
	ConfigCommon
}

type ConfigSync

type ConfigSync struct {
	ConfigCommon
	GitBranch string
}

Jump to

Keyboard shortcuts

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