devcontainer

package
v1.2.2-0...-301a9f9 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const DockerfileFile = "Dockerfile.tmpl"
View Source
const JSONFile = "devcontainer.json.tmpl"
View Source
const Path = "/.devcontainer"

Variables

This section is empty.

Functions

This section is empty.

Types

type Copier

type Copier struct {
	ProjectName       string
	NodeDirectoryName string
	TemplatesRootPath string
	Data              map[string]interface{}
	IsRestServer      bool
	RestServerPort    string
	IsGrpcServer      bool
	GrpcServerPort    string
}

Copier integrations specific copier

func NewCopier

func NewCopier(gitPlatformUserName,
	gitRepositoryName, projectName, nodeName, nodeDirectoryName, templatesRootPath string, isRestServer bool, restServerPort string, isGrpcServer bool, grpcServerPort string) *Copier

func (Copier) CreateDevContainerConfigs

func (c Copier) CreateDevContainerConfigs() error

CreateDevContainerConfigs creates required file from devcontainer.

Jump to

Keyboard shortcuts

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