commands

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChaincodeInstall

type ChaincodeInstall struct {
	Name    string
	Version string
	Path    string
}

func (ChaincodeInstall) Args

func (c ChaincodeInstall) Args() []string

func (ChaincodeInstall) SessionName

func (c ChaincodeInstall) SessionName() string

type ChaincodeInstantiate

type ChaincodeInstantiate struct {
	ChannelID string
	Orderer   string
	Name      string
	Version   string
	Ctor      string
	Policy    string
}

func (ChaincodeInstantiate) Args

func (c ChaincodeInstantiate) Args() []string

func (ChaincodeInstantiate) SessionName

func (c ChaincodeInstantiate) SessionName() string

type ChaincodeInvoke

type ChaincodeInvoke struct {
	ChannelID     string
	Orderer       string
	Name          string
	Ctor          string
	PeerAddresses []string
	WaitForEvent  bool
}

func (ChaincodeInvoke) Args

func (c ChaincodeInvoke) Args() []string

func (ChaincodeInvoke) SessionName

func (c ChaincodeInvoke) SessionName() string

type ChaincodeListInstalled

type ChaincodeListInstalled struct{}

func (ChaincodeListInstalled) Args

func (c ChaincodeListInstalled) Args() []string

func (ChaincodeListInstalled) SessionName

func (c ChaincodeListInstalled) SessionName() string

type ChaincodeListInstantiated

type ChaincodeListInstantiated struct {
	ChannelID string
}

func (ChaincodeListInstantiated) Args

func (c ChaincodeListInstantiated) Args() []string

func (ChaincodeListInstantiated) SessionName

func (c ChaincodeListInstantiated) SessionName() string

type ChaincodeQuery

type ChaincodeQuery struct {
	ChannelID string
	Name      string
	Ctor      string
}

func (ChaincodeQuery) Args

func (c ChaincodeQuery) Args() []string

func (ChaincodeQuery) SessionName

func (c ChaincodeQuery) SessionName() string

type ChannelCreate

type ChannelCreate struct {
	ChannelID   string
	Orderer     string
	File        string
	OutputBlock string
}

func (ChannelCreate) Args

func (c ChannelCreate) Args() []string

func (ChannelCreate) SessionName

func (c ChannelCreate) SessionName() string

type ChannelFetch

type ChannelFetch struct {
	ChannelID  string
	Block      string
	Orderer    string
	OutputFile string
}

func (ChannelFetch) Args

func (c ChannelFetch) Args() []string

func (ChannelFetch) SessionName

func (c ChannelFetch) SessionName() string

type ChannelJoin

type ChannelJoin struct {
	BlockPath string
}

func (ChannelJoin) Args

func (c ChannelJoin) Args() []string

func (ChannelJoin) SessionName

func (c ChannelJoin) SessionName() string

type ChannelUpdate

type ChannelUpdate struct {
	ChannelID string
	Orderer   string
	File      string
}

func (ChannelUpdate) Args

func (c ChannelUpdate) Args() []string

func (ChannelUpdate) SessionName

func (c ChannelUpdate) SessionName() string

type CreateChannelTx

type CreateChannelTx struct {
	ChannelID             string
	Profile               string
	ConfigPath            string
	OutputCreateChannelTx string
}

func (CreateChannelTx) Args

func (c CreateChannelTx) Args() []string

func (CreateChannelTx) SessionName

func (c CreateChannelTx) SessionName() string

type Generate

type Generate struct {
	Config string
	Output string
}

func (Generate) Args

func (c Generate) Args() []string

func (Generate) SessionName

func (c Generate) SessionName() string

type LoggingSetLevel

type LoggingSetLevel struct {
	ModuleRegexp string
	Level        string
}

func (LoggingSetLevel) Args

func (l LoggingSetLevel) Args() []string

func (LoggingSetLevel) SessionName

func (l LoggingSetLevel) SessionName() string

type NodeStart

type NodeStart struct {
	PeerID string
	Dir    string
}

func (NodeStart) Args

func (n NodeStart) Args() []string

func (NodeStart) SessionName

func (n NodeStart) SessionName() string

func (NodeStart) WorkingDir

func (n NodeStart) WorkingDir() string

type OutputBlock

type OutputBlock struct {
	ChannelID   string
	Profile     string
	ConfigPath  string
	OutputBlock string
}

func (OutputBlock) Args

func (o OutputBlock) Args() []string

func (OutputBlock) SessionName

func (o OutputBlock) SessionName() string

type SignConfigTx

type SignConfigTx struct {
	File string
}

func (SignConfigTx) Args

func (s SignConfigTx) Args() []string

func (SignConfigTx) SessionName

func (s SignConfigTx) SessionName() string

Jump to

Keyboard shortcuts

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