views

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2022 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 Echo

type Echo struct {
	// Function to invoke
	Function string
	// Args to pass to the function
	Args []string
}

Echo models the parameters to be used to invoke the Echo FPC

type EchoView

type EchoView struct {
	*Echo
}

EchoView models a View that invokes the Echo FPC

func (*EchoView) Call

func (e *EchoView) Call(context view.Context) (interface{}, error)

type EchoViewFactory

type EchoViewFactory struct{}

func (*EchoViewFactory) NewView

func (l *EchoViewFactory) NewView(in []byte) (view.View, error)

type ListProvisionedEnclaves

type ListProvisionedEnclaves struct {
	CID string
}

type ListProvisionedEnclavesView

type ListProvisionedEnclavesView struct {
	*ListProvisionedEnclaves
}

func (*ListProvisionedEnclavesView) Call

func (l *ListProvisionedEnclavesView) Call(context view.Context) (interface{}, error)

type ListProvisionedEnclavesViewFactory

type ListProvisionedEnclavesViewFactory struct{}

func (*ListProvisionedEnclavesViewFactory) NewView

Jump to

Keyboard shortcuts

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