context

package
v1.0.0-alpha3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel interface {
	Client
	DiscoveryService() fab.DiscoveryService
	SelectionService() fab.SelectionService
	ChannelService() fab.ChannelService
	ChannelID() string
}

Channel supplies the configuration for channel context client

type ChannelProvider

type ChannelProvider func() (Channel, error)

ChannelProvider returns channel client context

type Client

type Client fab.ClientContext

Client supplies the configuration and signing identity to client objects.

type ClientProvider

type ClientProvider func() (Client, error)

ClientProvider returns client context

type Providers

type Providers interface {
	core.Providers
	msp.Providers
	fab.Providers
}

Providers represents the SDK configured providers context.

Jump to

Keyboard shortcuts

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