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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventReceived

type EventReceived struct {
	Event *chaincode.Event
}

type Events

type Events struct {
	Function  string
	EventName string
}

type EventsView

type EventsView struct {
	*Events
}

func (*EventsView) Call

func (c *EventsView) Call(context view.Context) (interface{}, error)

type EventsViewFactory

type EventsViewFactory struct{}

func (*EventsViewFactory) NewView

func (c *EventsViewFactory) NewView(in []byte) (view.View, error)

type MultipleEvents

type MultipleEvents struct {
	Functions  []string
	EventCount uint8
}

type MultipleEventsReceived

type MultipleEventsReceived struct {
	Events []*chaincode.Event
}

type MultipleEventsView

type MultipleEventsView struct {
	*MultipleEvents
}

func (*MultipleEventsView) Call

func (c *MultipleEventsView) Call(context view.Context) (interface{}, error)

type MultipleEventsViewFactory

type MultipleEventsViewFactory struct{}

func (*MultipleEventsViewFactory) NewView

func (c *MultipleEventsViewFactory) NewView(in []byte) (view.View, error)

Jump to

Keyboard shortcuts

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