views

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FNSProvider

type FNSProvider interface {
	FabricNetworkService(network string) (driver.FabricNetworkService, error)
}

type IsFinalRequest

type IsFinalRequest struct {
	Network string
	Channel string
	TxID    string
	Timeout time.Duration
}

type IsFinalResponderView

type IsFinalResponderView struct {
	FNSProvider FNSProvider
}

func NewIsFinalResponderView

func NewIsFinalResponderView(FNSProvider FNSProvider) *IsFinalResponderView

func (*IsFinalResponderView) Call

func (i *IsFinalResponderView) Call(ctx view.Context) (interface{}, error)

type IsFinalResponse

type IsFinalResponse struct {
	Err error
}

Jump to

Keyboard shortcuts

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