Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFromConfPath ¶
func NewFromConfPath(confPath string) *node
Types ¶
type ExecuteCallbackFunc ¶
type ExecuteCallbackFunc = func() error
type FabricSmartClient ¶
type FabricSmartClient interface {
Start() error
Stop()
InstallSDK(p api.SDK) error
Registry() node3.Registry
GetService(v interface{}) (interface{}, error)
RegisterService(service interface{}) error
RegisterFactory(id string, factory api.Factory) error
RegisterResponder(responder view.View, initiatedBy interface{}) error
RegisterResponderWithIdentity(responder view.View, id view.Identity, initiatedBy view.View) error
ResolveIdentities(endpoints ...string) ([]view.Identity, error)
}
Click to show internal directories.
Click to hide internal directories.