deployer

package
v1.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package deployer for project deployment

Package deployer for project deployment

Package deployer for project deployment

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployer

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

Deployer struct manages project deployment

func NewDeployer

func NewDeployer(tfPluginClient tfplugin.TFPluginClientInterface, repoURL string, logger zerolog.Logger) (Deployer, error)

NewDeployer return new project deployer

func (*Deployer) Deploy

func (d *Deployer) Deploy(ctx context.Context, ports []uint) (map[uint]string, error)

Deploy deploys a project and map each port to a domain

func (*Deployer) Destroy

func (d *Deployer) Destroy() error

Destroy destroys all the contracts of a project

func (*Deployer) Get

func (d *Deployer) Get() (map[string]string, error)

Get returns deployed project domains

Jump to

Keyboard shortcuts

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