deployer

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2025 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(cfg *ClientConfig) (c *Client, err error)

func (*Client) Close

func (c *Client) Close() error

func (*Client) Deploy

func (c *Client) Deploy(src string, dest string, ref string, goroutineNum int) (err error)

type ClientConfig

type ClientConfig struct {
	User          string
	Address       string
	Port          uint
	Pass          string
	KeyFile       string
	KeyPassphrase string
	Token         string
	Vaults        []string
	Env           [][]string
	IgnoreHostKey bool
}

Jump to

Keyboard shortcuts

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