hle

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ExplorerDB = "hyperledger/explorer-db:latest"
	Explorer   = "hyperledger/explorer:latest"
)

Variables

View Source
var RequiredImages = []string{
	ExplorerDB,
	Explorer,
}

Functions

This section is empty.

Types

type Config

type Config struct {
	NetworkConfigs map[string]Network `json:"network-configs"`
	License        string             `json:"license"`
}

type Extension

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

func NewExtension

func NewExtension(platform Platform) *Extension

func (*Extension) CheckTopology

func (n *Extension) CheckTopology()

func (*Extension) GenerateArtifacts

func (n *Extension) GenerateArtifacts()

func (*Extension) PostRun

func (n *Extension) PostRun(bool)

type Network

type Network struct {
	Name                 string `json:"name"`
	Profile              string `json:"profile"`
	EnableAuthentication bool   `json:"enableAuthentication"`
}

type Platform

type Platform interface {
	HyperledgerExplorer() bool
	GetContext() api.Context
	ConfigDir() string
	NetworkID() string
	HyperledgerExplorerPort() int
}

Jump to

Keyboard shortcuts

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