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 LocalGet

type LocalGet struct {
	Chaincode string
	Key       string
}

type LocalGetView

type LocalGetView struct {
	*LocalGet
}

func (*LocalGetView) Call

func (g *LocalGetView) Call(context view.Context) (interface{}, error)

type LocalGetViewFactory

type LocalGetViewFactory struct{}

func (*LocalGetViewFactory) NewView

func (p *LocalGetViewFactory) NewView(in []byte) (view.View, error)

type LocalPut

type LocalPut struct {
	Chaincode string
	Key       string
	Value     string
}

type LocalPutView

type LocalPutView struct {
	*LocalPut
}

func (*LocalPutView) Call

func (p *LocalPutView) Call(context view.Context) (interface{}, error)

type LocalPutViewFactory

type LocalPutViewFactory struct{}

func (*LocalPutViewFactory) NewView

func (p *LocalPutViewFactory) NewView(in []byte) (view.View, error)

type RemoteGet

type RemoteGet struct {
	Network   string
	Channel   string
	Chaincode string
	Key       string
}

type RemoteGetView

type RemoteGetView struct {
	*RemoteGet
}

func (*RemoteGetView) Call

func (g *RemoteGetView) Call(context view.Context) (interface{}, error)

type RemoteGetViewFactory

type RemoteGetViewFactory struct{}

func (*RemoteGetViewFactory) NewView

func (p *RemoteGetViewFactory) NewView(in []byte) (view.View, error)

Jump to

Keyboard shortcuts

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