drone

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//go:embed drone.tpl
	DroneTpl string

	//go:embed dockerfile.tpl
	DockerfileTpl string
)
View Source
var (
	VarDroneName    string
	VarGitGoPrivate string
	VarServiceName  string
	VarServiceType  string
	VarGitBranch    string
	VarRegistry     string
	VarRepo         string
	VarEtcYaml      string
)

Functions

func GenDrone

func GenDrone(_ *cobra.Command, _ []string) error

Types

type Dockerfile

type Dockerfile struct {
	EtcYaml string
}

type Drone

type Drone struct {
	//步骤三
	DroneName    string
	GitGoPrivate string
	ServiceName  string
	ServiceType  string
	GitBranch    string
	Registry     string
	Repo         string
}

Jump to

Keyboard shortcuts

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