agent

package module
v0.0.0-...-d58e374 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	PlansProvided int

	AccessToken string

	ApplySync bool
	// contains filtered or unexported fields
}

func NewService

func NewService(
	variables ServiceVariables,
) *Service

func (*Service) TerraformApply

func (s *Service) TerraformApply(c echo.Context) error

func (*Service) TerraformPlan

func (s *Service) TerraformPlan(c echo.Context) error

func (*Service) TerraformShow

func (s *Service) TerraformShow(c echo.Context) error

type ServiceVariables

type ServiceVariables struct {
	Repo           string
	Url            string
	Repository     *git.Repository
	AccessToken    string
	Committer      string
	CommitterEmail string
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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