context

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 3 Imported by: 802

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel interface {
	Client
	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 Local

type Local interface {
	Client
	LocalDiscoveryService() fab.DiscoveryService
}

Local supplies the configuration for a local context client

type LocalProvider

type LocalProvider func() (Local, error)

LocalProvider returns local 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