Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteCallbackFunc ¶
type ExecuteCallbackFunc = func() error
type Node ¶ added in v0.4.1
type Node struct { FSCNode // contains filtered or unexported fields }
Node is a cobra based application that offers the following commands: - `peer start` to instantiate and start the Fabric Smart Client stack. - `version` to get the version of the executed code.
func NewWithConfPath ¶ added in v0.4.1
NewWithConfPath returns a new instance of Node whose configuration is loaded from the passed path.
func (*Node) Execute ¶ added in v0.4.1
func (n *Node) Execute(executeCallbackFunc ExecuteCallbackFunc)
Click to show internal directories.
Click to hide internal directories.