builder

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrUnsupportedChaincodeType = errors.New("chaincode type not supported")

Functions

This section is empty.

Types

type Build

type Build struct {
	ChaincodeSourceDirectory   string
	ChaincodeMetadataDirectory string
	BuildOutputDirectory       string
}

func (*Build) Run

func (b *Build) Run(ctx context.Context) error

type Detect

type Detect struct {
	ChaincodeSourceDirectory   string
	ChaincodeMetadataDirectory string
}

func (*Detect) Run

func (d *Detect) Run(ctx context.Context) error

type Release

type Release struct {
	BuildOutputDirectory   string
	ReleaseOutputDirectory string
}

func (*Release) Run

func (r *Release) Run(ctx context.Context) error

type Run

type Run struct {
	BuildOutputDirectory string
	RunMetadataDirectory string
	PeerID               string
	KubeconfigPath       string
	KubeNamespace        string
}

func (*Run) Run

func (r *Run) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

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