project

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildMode

type BuildMode uint8
const (
	BuildModeOnline  BuildMode = 1
	BuildModeOffline BuildMode = 2
)

type Builder

type Builder interface {
	BuildProject(basePath, moduleName, parentVersion string)
}

func NewProjectBuilder

func NewProjectBuilder(mode BuildMode) Builder

type OfflineProjectBuilder

type OfflineProjectBuilder struct {
}

func (*OfflineProjectBuilder) BuildProject

func (receiver *OfflineProjectBuilder) BuildProject(basePath, moduleName, parentVersion string)

Jump to

Keyboard shortcuts

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